mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
shellcheck fix: tests/functional/ca/build-dry.sh
This commit is contained in:
parent
745d1f9519
commit
5846d9d4dc
2 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,6 @@
|
||||||
# Content-addressed test files that use recursive-*looking* sourcing
|
# Content-addressed test files that use recursive-*looking* sourcing
|
||||||
# (cd .. && source <self>), causing shellcheck to loop
|
# (cd .. && source <self>), causing shellcheck to loop
|
||||||
# They're small wrapper scripts with not a lot going on
|
# 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/eval-store\.sh$''
|
||||||
''^tests/functional/ca/gc\.sh$''
|
''^tests/functional/ca/gc\.sh$''
|
||||||
''^tests/functional/ca/import-from-derivation\.sh$''
|
''^tests/functional/ca/import-from-derivation\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,6 @@ source common.sh
|
||||||
|
|
||||||
export NIX_TESTS_CA_BY_DEFAULT=1
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
||||||
|
|
||||||
|
# shellcheck source=/dev/null
|
||||||
cd .. && source build-dry.sh
|
cd .. && source build-dry.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue