mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 09:31:01 +01: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…
Add table
Add a link
Reference in a new issue