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/fetchurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fetchurl.sh') diff --git a/tests/fetchurl.sh b/tests/fetchurl.sh index bb6180ca3954..6acc87eafca8 100644 --- a/tests/fetchurl.sh +++ b/tests/fetchurl.sh @@ -4,6 +4,6 @@ clearStore hash=$(nix-hash --flat --type sha256 ./fetchurl.nix) -outPath=$(nix-build ./fetchurl.nix --argstr filename $(pwd)/fetchurl.nix --argstr sha256 $hash) +outPath=$(nix-build ./fetchurl.nix --argstr filename $(pwd)/fetchurl.nix --argstr sha256 $hash --no-out-link) cmp $outPath fetchurl.nix -- cgit 1.4.1