housekeeping: shellcheck for tests/functional/import-derivation.sh

This commit is contained in:
Cameron Dart 2024-06-04 13:33:59 -07:00 committed by John Ericson
parent 1c93360989
commit 2d467b4731

View file

@ -11,4 +11,4 @@ fi
outPath=$(nix-build ./import-derivation.nix --no-out-link) outPath=$(nix-build ./import-derivation.nix --no-out-link)
[ "$(cat $outPath)" = FOO579 ] [ "$(cat "$outPath")" = FOO579 ]