mirror of
https://github.com/NixOS/nix.git
synced 2025-12-24 18:00:55 +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
|
|
@ -29,7 +29,7 @@ testCollectGarbageD
|
|||
|
||||
# Run the same test, but forcing the profiles an arbitrary location.
|
||||
rm ~/.nix-profile
|
||||
ln -s $TEST_ROOT/blah ~/.nix-profile
|
||||
ln -s "$TEST_ROOT"/blah ~/.nix-profile
|
||||
testCollectGarbageD
|
||||
|
||||
# Run the same test, but forcing the profiles at their legacy location under
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue