summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-11-27 01:20:09 +0000
committerPádraig Brady <P@draigBrady.com>2016-11-27 01:20:09 +0000
commit5c09e82b4f0227b957ba1a73695abe9b0a3fd78b (patch)
treed0e13ed2bdecb002e0a68857456fdd11b7df8601 /tests
parent286a401bc5d98e36c23824270d3410cd6fa8bc13 (diff)
downloadcoreutils-5c09e82b4f0227b957ba1a73695abe9b0a3fd78b.tar.xz
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.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/b2sum.sh2
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_