1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

shellcheck fix: tests/functional/ca/build-delete.sh

This commit is contained in:
Farid Zakaria 2025-09-29 10:11:29 -07:00
parent b6f4788a8f
commit 745d1f9519
2 changed files with 1 additions and 1 deletions

View file

@ -172,7 +172,6 @@
# Content-addressed test files that use recursive-*looking* sourcing
# (cd .. && source <self>), causing shellcheck to loop
# They're small wrapper scripts with not a lot going on
''^tests/functional/ca/build-delete\.sh$''
''^tests/functional/ca/build-dry\.sh$''
''^tests/functional/ca/eval-store\.sh$''
''^tests/functional/ca/gc\.sh$''

View file

@ -4,4 +4,5 @@ source common.sh
export NIX_TESTS_CA_BY_DEFAULT=1
cd ..
# shellcheck source=/dev/null
source ./build-delete.sh