mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Merge pull request #14076 from fzakaria/fzakaria/shellcheck-functional-dyn-drv-build-built-drv
shellcheck fix functional/dyn-drv/build-built-drv.sh
This commit is contained in:
commit
7f9867b548
2 changed files with 1 additions and 2 deletions
|
|
@ -111,7 +111,6 @@
|
|||
''^tests/functional/db-migration\.sh$''
|
||||
''^tests/functional/dependencies\.builder0\.sh$''
|
||||
''^tests/functional/dump-db\.sh$''
|
||||
''^tests/functional/dyn-drv/build-built-drv\.sh$''
|
||||
''^tests/functional/dyn-drv/eval-outputOf\.sh$''
|
||||
''^tests/functional/dyn-drv/old-daemon-error-hack\.sh$''
|
||||
''^tests/functional/dyn-drv/recursive-mod-json\.sh$''
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ requireDaemonNewerThan "2.30pre20250515"
|
|||
|
||||
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