diff --git a/maintainers/flake-module.nix b/maintainers/flake-module.nix index 5ba8aa505..5a92e624f 100644 --- a/maintainers/flake-module.nix +++ b/maintainers/flake-module.nix @@ -172,7 +172,6 @@ # Content-addressed test files that use recursive-*looking* sourcing # (cd .. && source ), 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$'' diff --git a/tests/functional/ca/build-dry.sh b/tests/functional/ca/build-dry.sh index 9a72075ec..0b8b959ea 100644 --- a/tests/functional/ca/build-dry.sh +++ b/tests/functional/ca/build-dry.sh @@ -2,5 +2,6 @@ source common.sh export NIX_TESTS_CA_BY_DEFAULT=1 +# shellcheck source=/dev/null cd .. && source build-dry.sh