mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
shellcheck fix functional/dyn-drv/build-built-drv.sh
This commit is contained in:
parent
9f26c20ebd
commit
59791082fa
2 changed files with 1 additions and 2 deletions
|
|
@ -116,7 +116,6 @@
|
||||||
''^tests/functional/dependencies\.builder0\.sh$''
|
''^tests/functional/dependencies\.builder0\.sh$''
|
||||||
''^tests/functional/dependencies\.sh$''
|
''^tests/functional/dependencies\.sh$''
|
||||||
''^tests/functional/dump-db\.sh$''
|
''^tests/functional/dump-db\.sh$''
|
||||||
''^tests/functional/dyn-drv/build-built-drv\.sh$''
|
|
||||||
''^tests/functional/dyn-drv/common\.sh$''
|
''^tests/functional/dyn-drv/common\.sh$''
|
||||||
''^tests/functional/dyn-drv/dep-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$''
|
||||||
|
|
|
||||||
|
|
@ -23,4 +23,4 @@ requireDaemonNewerThan "2.30pre20250515"
|
||||||
|
|
||||||
out2=$(nix build "${drvDep}^out^out" --no-link)
|
out2=$(nix build "${drvDep}^out^out" --no-link)
|
||||||
|
|
||||||
test $out1 == $out2
|
test "$out1" == "$out2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue