about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-14T13·39-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-14T13·39-0400
commit09eb23090022fed689c6db6c485d7cc973e2b79e (patch)
treee4db3aab0b10e628bf08da0a37ece90a6a43f056 /tests
parent983220bcd46e89ee4d2ce0417eb514cd6c062f2d (diff)
Fix test
http://hydra.nixos.org/build/3031382
Diffstat (limited to 'tests')
-rw-r--r--tests/nix-profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh
index 5530d77376..c9c756b60c 100644
--- a/tests/nix-profile.sh
+++ b/tests/nix-profile.sh
@@ -6,5 +6,5 @@ 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
 
-[ -e $home/.nix-profile ]
+[ -L $home/.nix-profile ]
 [ -e $home/.nix-channels ]