about summary refs log tree commit diff
path: root/tests/add.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T16·52+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T16·52+0000
commit1bdceb421fe0082213e012362c1ac6a47ee6e4bb (patch)
tree8389f4768fe0e578ee47b55784c3bc60f7bd4e4c /tests/add.sh
parentd822bf32e470e46a3634638fee3c4b1472d2cd26 (diff)
* Doh!
Diffstat (limited to 'tests/add.sh')
-rw-r--r--tests/add.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/add.sh b/tests/add.sh
index b6ae3ebea4..83092b26c1 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)"