1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

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

This commit is contained in:
Farid Zakaria 2025-09-29 10:12:04 -07:00
parent 745d1f9519
commit 5846d9d4dc
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-dry\.sh$''
''^tests/functional/ca/eval-store\.sh$''
''^tests/functional/ca/gc\.sh$''
''^tests/functional/ca/import-from-derivation\.sh$''

View file

@ -2,5 +2,6 @@ source common.sh
export NIX_TESTS_CA_BY_DEFAULT=1
# shellcheck source=/dev/null
cd .. && source build-dry.sh