From 09eb23090022fed689c6db6c485d7cc973e2b79e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 14 Sep 2012 09:39:48 -0400 Subject: Fix test http://hydra.nixos.org/build/3031382 --- tests/nix-profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh index 5530d7737689..c9c756b60c04 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 ] -- cgit 1.4.1