diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T14·37+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T14·37+0100 |
commit | 762ef464f843a0fe50e25ba07d11296b1540080e (patch) | |
tree | eec55b6c21c29dffeb52ad19c3a49c5e7323814b /tests/nix-profile.sh | |
parent | 844d83352c23db4a3131ac2b11b9ed2af03cdfd6 (diff) |
Fix the nix-profile test
Diffstat (limited to 'tests/nix-profile.sh')
-rw-r--r-- | tests/nix-profile.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh index a00864c97708..3586a7efc3c8 100644 --- a/tests/nix-profile.sh +++ b/tests/nix-profile.sh @@ -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 ] |