summaryrefslogtreecommitdiffstats
path: root/tests/split/split-io-err.sh
AgeCommit message (Collapse)AuthorLines
2026-02-18maint: tests: avoid ENOSPC specific handlingPádraig Brady-5/+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-03tests: split: ensure directories not replacedoech3-0/+6
* tests/split/split-io-err.sh: Add a test case. From https://github.com/coreutils/coreutils/pull/158
2026-01-01maint: run 'make update-copyright'Collin Funk-1/+1
2025-12-27tests: split: verify operation in the presence of I/O errorsoech3-0/+41
* tests/split/split-io-err.sh: A new test to verify that with I/O errors, we leave existing files but don't continue. * tests/local.mk: Reference the new test.