1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

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)
[ "$(cat $outPath)" = FOO579 ]
[ "$(cat "$outPath")" = FOO579 ]