mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
housekeeping: shellcheck for tests/functional/dyn-drv/text-hashed-output.sh
This commit is contained in:
parent
847842c4bb
commit
1c1abefdd2
@ -20,7 +20,7 @@ nix show-derivation "$drvProducingDrv"
|
||||
|
||||
out1=$(nix-build ./text-hashed-output.nix -A producingDrv --no-out-link)
|
||||
|
||||
nix path-info $drv --derivation --json | jq
|
||||
nix path-info $out1 --derivation --json | jq
|
||||
nix path-info "$drv" --derivation --json | jq
|
||||
nix path-info "$out1" --derivation --json | jq
|
||||
|
||||
test $out1 == $drv
|
||||
test "$out1" == "$drv"
|
||||
|
Loading…
Reference in New Issue
Block a user