about summary refs log tree commit diff
path: root/tests/nix-profile.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-02T22·52+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-02T22·52+0100
commit0a4e90395c3286a246b816575351b9f2016976ba (patch)
treeac140c3a27e321622edfadaa7a8c122dea2dd450 /tests/nix-profile.sh
parentf12492c66dc5c71c22ce2eb1788dacd86b1dfb1f (diff)
Urgggh
http://hydra.nixos.org/build/3661100
Diffstat (limited to 'tests/nix-profile.sh')
-rw-r--r--tests/nix-profile.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh
index c9c756b60c04..a00864c97708 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 ". $sysconfdir/profile.d/nix.sh"
-HOME=$home $SHELL -e -c ". $sysconfdir/profile.d/nix.sh" # test idempotency
+HOME=$home $SHELL -e -c ". $profiledir/nix.sh"
+HOME=$home $SHELL -e -c ". $profiledir/nix.sh" # test idempotency
 
 [ -L $home/.nix-profile ]
 [ -e $home/.nix-channels ]