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/import-derivation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/import-derivation.sh') diff --git a/tests/import-derivation.sh b/tests/import-derivation.sh index 93a53a830af8..98d61ef49b9c 100644 --- a/tests/import-derivation.sh +++ b/tests/import-derivation.sh @@ -7,6 +7,6 @@ if nix-instantiate --readonly-mode ./import-derivation.nix; then exit 1 fi -outPath=$(nix-build ./import-derivation.nix) +outPath=$(nix-build ./import-derivation.nix --no-out-link) [ "$(cat $outPath)" = FOO579 ] -- cgit 1.4.1