From 5c09e82b4f0227b957ba1a73695abe9b0a3fd78b Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sun, 27 Nov 2016 01:20:09 +0000 Subject: doc: add NEWS entries for recent changes * NEWS: Mention in improvements about the workaround for the glibc issue with closed stdin, and the new supported file systems. * tests/misc/b2sum.sh: Spelling fix. --- tests/misc/b2sum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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_ -- cgit v1.2.3-54-g00ecf