mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
shellcheck fix tests/functional/dyn-drv/dep-built-drv.sh (#14078)
This commit is contained in:
parent
d1958e1b2c
commit
bc13130497
2 changed files with 1 additions and 2 deletions
|
|
@ -112,7 +112,6 @@
|
||||||
''^tests/functional/dependencies\.builder0\.sh$''
|
''^tests/functional/dependencies\.builder0\.sh$''
|
||||||
''^tests/functional/dump-db\.sh$''
|
''^tests/functional/dump-db\.sh$''
|
||||||
''^tests/functional/dyn-drv/build-built-drv\.sh$''
|
''^tests/functional/dyn-drv/build-built-drv\.sh$''
|
||||||
''^tests/functional/dyn-drv/dep-built-drv\.sh$''
|
|
||||||
''^tests/functional/dyn-drv/eval-outputOf\.sh$''
|
''^tests/functional/dyn-drv/eval-outputOf\.sh$''
|
||||||
''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$''
|
''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$''
|
||||||
''^tests/functional/dyn-drv/recursive-mod-json\.sh$''
|
''^tests/functional/dyn-drv/recursive-mod-json\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ clearStore
|
||||||
|
|
||||||
out2=$(nix-build ./text-hashed-output.nix -A wrapper --no-out-link)
|
out2=$(nix-build ./text-hashed-output.nix -A wrapper --no-out-link)
|
||||||
|
|
||||||
diff -r $out1 $out2
|
diff -r "$out1" "$out2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue