summary refs log tree commit diff
path: root/tests/fetchurl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fetchurl.sh')
-rw-r--r--tests/fetchurl.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/fetchurl.sh b/tests/fetchurl.sh
deleted file mode 100644
index 6acc87eafc..0000000000
--- a/tests/fetchurl.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-source common.sh
-
-clearStore
-
-hash=$(nix-hash --flat --type sha256 ./fetchurl.nix)
-
-outPath=$(nix-build ./fetchurl.nix --argstr filename $(pwd)/fetchurl.nix --argstr sha256 $hash --no-out-link)
-
-cmp $outPath fetchurl.nix