diff options
Diffstat (limited to 'test-sha1.sh')
-rwxr-xr-x | test-sha1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-sha1.sh b/test-sha1.sh index 01bbb5782e..640856af5a 100755 --- a/test-sha1.sh +++ b/test-sha1.sh @@ -11,7 +11,7 @@ do test -z "$pfx" || echo "$pfx" dd if=/dev/zero bs=1048576 count=$cnt 2>/dev/null | tr '[\0]' '[g]' - } | ./test-sha1 + } | ./test-sha1 $cnt ` if test "$expect" = "$actual" then |