]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: check I/O error handling with /dev/full and closed pipes
authorPádraig Brady <P@draigBrady.com>
Sat, 27 Dec 2025 16:28:55 +0000 (16:28 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 27 Dec 2025 16:55:48 +0000 (16:55 +0000)
commite10205bab2ceb2deabadb1140e68d92fdab1b093
tree9dea952c2e5c38218f43bff5fc2dedebfa9d152e
parent6382388da8268b964eb27845c50969c7ac03e4de
tests: check I/O error handling with /dev/full and closed pipes

* 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.
tests/local.mk
tests/misc/io-errors.sh [new file with mode: 0755]