mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
housekeeping: shellcheck for tests/functional/dyn-drv/text-hashed-output.sh
This commit is contained in:
parent
847842c4bb
commit
1c1abefdd2
1 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ nix show-derivation "$drvProducingDrv"
|
||||||
|
|
||||||
out1=$(nix-build ./text-hashed-output.nix -A producingDrv --no-out-link)
|
out1=$(nix-build ./text-hashed-output.nix -A producingDrv --no-out-link)
|
||||||
|
|
||||||
nix path-info $drv --derivation --json | jq
|
nix path-info "$drv" --derivation --json | jq
|
||||||
nix path-info $out1 --derivation --json | jq
|
nix path-info "$out1" --derivation --json | jq
|
||||||
|
|
||||||
test $out1 == $drv
|
test "$out1" == "$drv"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue