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:
parent
b6f4788a8f
commit
745d1f9519
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-delete\.sh$''
|
|
||||||
''^tests/functional/ca/build-dry\.sh$''
|
''^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$''
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,5 @@ source common.sh
|
||||||
|
|
||||||
export NIX_TESTS_CA_BY_DEFAULT=1
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
||||||
cd ..
|
cd ..
|
||||||
|
# shellcheck source=/dev/null
|
||||||
source ./build-delete.sh
|
source ./build-delete.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue