diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T16·52+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T16·52+0000 |
commit | 1bdceb421fe0082213e012362c1ac6a47ee6e4bb (patch) | |
tree | 8389f4768fe0e578ee47b55784c3bc60f7bd4e4c /tests | |
parent | d822bf32e470e46a3634638fee3c4b1472d2cd26 (diff) |
* Doh!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/add.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/add.sh b/tests/add.sh index b6ae3ebea4ea..83092b26c143 100644 --- a/tests/add.sh +++ b/tests/add.sh @@ -10,4 +10,4 @@ hash=$($nixstore -q --hash $path) echo $hash -test "$hash" = "sha256:$(nix-hash --type sha256 --base32 $file)" +test "$hash" = "sha256:$($nixhash --type sha256 --base32 $file)" |