diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-11T22·53-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-11T22·53-0400 |
commit | 04559a0d45ad02fc760b09132cca0d875af035e5 (patch) | |
tree | d7de1301fa9753467781dfc5d931959fcfae34bf /tests/fetchurl.sh | |
parent | e4d6bcb6cdc34d204ccf49e137dd5070f664c523 (diff) | |
parent | eae802459d7639a69baec555264f394adad043c0 (diff) |
Merge branch 'master' of github.com:NixOS/nix into no-manifests
Diffstat (limited to 'tests/fetchurl.sh')
-rw-r--r-- | tests/fetchurl.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fetchurl.sh b/tests/fetchurl.sh new file mode 100644 index 000000000000..bb6180ca3954 --- /dev/null +++ b/tests/fetchurl.sh @@ -0,0 +1,9 @@ +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) + +cmp $outPath fetchurl.nix |