]> git.ipfire.org Git - thirdparty/coreutils.git/commit
test: re-enable tests that had a false requirement on coreutils' kill
authorPádraig Brady <P@draigBrady.com>
Fri, 28 Nov 2025 17:39:20 +0000 (17:39 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 29 Nov 2025 12:17:27 +0000 (12:17 +0000)
commitfaa566372d54f12bc4d89b367e386fc38bf127cd
tree5b377a085c0964681a0b53e5fbe398b5d1f7df32
parentfc5c7b2e47fbe55034f4c8aa2f67caabcc5933dd
test: re-enable tests that had a false requirement on coreutils' kill

Recently we've not built our kill command by default,
so reduce test dependence on that.

* tests/sort/sort-compress-proc.sh: `kill -l [exit_status]` is well
supported, and is a POSIX requirement.
* tests/timeout/timeout.sh: There were actually no kill invocations
in this test at all.
tests/sort/sort-compress-proc.sh
tests/timeout/timeout.sh