From d4c3b6327ff88273462cec57b0e2805d333c386e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Sep 2012 19:14:15 -0400 Subject: Don't put results symlinks in the tests directory --- tests/secure-drv-outputs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/secure-drv-outputs.sh') diff --git a/tests/secure-drv-outputs.sh b/tests/secure-drv-outputs.sh index 3cb889996763..4888123da910 100644 --- a/tests/secure-drv-outputs.sh +++ b/tests/secure-drv-outputs.sh @@ -28,7 +28,7 @@ if badDrv2=$(nix-store --add $TEST_ROOT/bad.drv); then fi # Now build the good derivation. -goodOut2=$(nix-build ./secure-drv-outputs.nix -A good) +goodOut2=$(nix-build ./secure-drv-outputs.nix -A good --no-out-link) test "$goodOut" = "$goodOut2" if ! test -e "$goodOut"/good; then -- cgit 1.4.1