mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
nl: promptly diagnose write errors
* NEWS: Mention the improvement. * src/nl.c (process_file): Exit if error outputting line. * tests/misc/write-errors.sh: Enable the test case.
This commit is contained in:
@@ -41,7 +41,7 @@ fold -c /dev/zero
|
||||
fold --version; yes | tr -d '\\n' | fold
|
||||
head -z -n-1 /dev/zero
|
||||
join -a 1 -z /dev/zero /dev/null
|
||||
# TODO: nl --version; yes | nl
|
||||
nl --version; yes | nl
|
||||
numfmt --version; yes 1 | numfmt
|
||||
od -v /dev/zero
|
||||
paste /dev/zero
|
||||
|
||||
Reference in New Issue
Block a user