1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

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.
This commit is contained in:
Pádraig Brady
2016-11-27 01:20:09 +00:00
parent 286a401bc5
commit 5c09e82b4f
2 changed files with 15 additions and 6 deletions

View File

@@ -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_