From 1bdceb421fe0082213e012362c1ac6a47ee6e4bb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Mar 2006 16:52:55 +0000 Subject: [PATCH] * Doh! --- tests/add.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"