summaryrefslogtreecommitdiffstats
path: root/tests/misc/io-errors.sh
AgeCommit message (Collapse)AuthorLines
2026-02-26id: promptly diagnose write errorsCollin Funk-0/+1
* NEWS: Mention the improvement. * src/id.c (print_stuff): Call fflush for each listed user to check for write errors. * tests/misc/io-errors.sh: Add an invocation of 'id'.
2026-02-26groups: promptly diagnose write errorsCollin Funk-0/+1
* NEWS: Mention the improvement. * src/groups.c (main): Call fflush for each listed user to check for write errors. * tests/misc/io-errors.sh: Add an invocation of 'groups'.
2026-02-26maint: fix description of tests/misc/io-errors.shPádraig Brady-1/+1
* tests/misc/io-errors.sh: Promptness is checked in write-errors.sh, not this test.
2026-02-18maint: tests: avoid ENOSPC specific handlingPádraig Brady-1/+2
* tests/csplit/csplit-io-err.sh: Adjust determination of ENOSPC. * tests/csplit/split-io-err.sh: Likewise. * tests/fold/fold-zero-width.sh: Verify full ENOSPC message. * tests/tac/tac-continue.sh: Likewise. * tests/misc/io-errors.sh: Likewise. * tests/misc/write-errors.sh: Likewise.
2026-01-16maint: spelling fixesPaul Eggert-1/+1
2026-01-01maint: run 'make update-copyright'Collin Funk-1/+1
2025-12-27tests: check I/O error handling with /dev/full and closed pipesPádraig Brady-0/+94
* tests/misc/io-errors.sh: Verify that all commands diagnose write errors, and handle a closed pipe appropriately. * tests/local.mk: Reference the new test.