mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
housekeeping: shellcheck for tests/functional/import-derivation.sh
This commit is contained in:
parent
1c93360989
commit
2d467b4731
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue