diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-17 10:44:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-17 22:57:04 +0100 |
commit | d4e18b05e0ab149265d3d09ae017d7337fc4176f (patch) | |
tree | e6faf256d8ec513c85c91684199fa8bf3495f002 /tests/fetchurl.sh | |
parent | e7720aa10a1da63bb15a4587837d649268944943 (diff) | |
download | guix-d4e18b05e0ab149265d3d09ae017d7337fc4176f.tar.gz |
Keep only libstore, nix-daemon, and related stuff.
Diffstat (limited to 'tests/fetchurl.sh')
-rw-r--r-- | tests/fetchurl.sh | 9 |
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 |