mirror of
https://github.com/NixOS/nix.git
synced 2025-12-25 02:10:54 +01:00
shellcheck fix: tests/functional/nix-copy-ssh-ng.sh
This commit is contained in:
parent
c9fd721be9
commit
ca7414cd18
2 changed files with 2 additions and 3 deletions
|
|
@ -14,5 +14,5 @@ outPath=$(nix-build --no-out-link dependencies.nix)
|
|||
nix store info --store "$remoteStore"
|
||||
|
||||
# Regression test for https://github.com/NixOS/nix/issues/6253
|
||||
nix copy --to "$remoteStore" $outPath --no-check-sigs &
|
||||
nix copy --to "$remoteStore" $outPath --no-check-sigs
|
||||
nix copy --to "$remoteStore" "$outPath" --no-check-sigs &
|
||||
nix copy --to "$remoteStore" "$outPath" --no-check-sigs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue