diff options
Diffstat (limited to 'tests/misc/b2sum.sh')
-rwxr-xr-x | tests/misc/b2sum.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/b2sum.sh b/tests/misc/b2sum.sh index d254e0e7a..f2bde3d52 100755 --- a/tests/misc/b2sum.sh +++ b/tests/misc/b2sum.sh @@ -27,7 +27,7 @@ for i in 'a' ' b' '*c' '44' ' '; do b2sum -l $l --tag "$i" >> check.b2sum done done -# Note -l is infered from the tags in the mixed format file +# Note -l is inferred from the tags in the mixed format file b2sum --strict -c check.b2sum || fail=1 # Also ensure the openssl tagged variant works sed 's/ //; s/ =/=/' < check.b2sum > openssl.b2sum || framework_failure_ |