mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
Fix the nix-profile test
This commit is contained in:
parent
844d83352c
commit
762ef464f8
3 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ source common.sh
|
|||
home=$TEST_ROOT/home
|
||||
rm -rf $home
|
||||
mkdir -p $home
|
||||
HOME=$home $SHELL -e -c ". $profiledir/nix.sh"
|
||||
HOME=$home $SHELL -e -c ". $profiledir/nix.sh" # test idempotency
|
||||
HOME=$home $SHELL -e -c ". ../scripts/nix-profile.sh"
|
||||
HOME=$home $SHELL -e -c ". ../scripts/nix-profile.sh" # test idempotency
|
||||
|
||||
[ -L $home/.nix-profile ]
|
||||
[ -e $home/.nix-channels ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue