mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
shellcheck fix: tests/functional/nix-collect-garbage-d.sh
This commit is contained in:
parent
2b1a0963f9
commit
83e203fe45
2 changed files with 1 additions and 2 deletions
|
|
@ -106,7 +106,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [
|
excludes = [
|
||||||
# We haven't linted these files yet
|
# We haven't linted these files yet
|
||||||
''^tests/functional/nix-collect-garbage-d\.sh$''
|
|
||||||
''^tests/functional/nix-copy-ssh-common\.sh$''
|
''^tests/functional/nix-copy-ssh-common\.sh$''
|
||||||
''^tests/functional/nix-copy-ssh-ng\.sh$''
|
''^tests/functional/nix-copy-ssh-ng\.sh$''
|
||||||
''^tests/functional/nix-copy-ssh\.sh$''
|
''^tests/functional/nix-copy-ssh\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ testCollectGarbageD
|
||||||
|
|
||||||
# Run the same test, but forcing the profiles an arbitrary location.
|
# Run the same test, but forcing the profiles an arbitrary location.
|
||||||
rm ~/.nix-profile
|
rm ~/.nix-profile
|
||||||
ln -s $TEST_ROOT/blah ~/.nix-profile
|
ln -s "$TEST_ROOT"/blah ~/.nix-profile
|
||||||
testCollectGarbageD
|
testCollectGarbageD
|
||||||
|
|
||||||
# Run the same test, but forcing the profiles at their legacy location under
|
# Run the same test, but forcing the profiles at their legacy location under
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue