]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid a false failure on OpenIndiana 11
authorPádraig Brady <P@draigBrady.com>
Sun, 1 Mar 2020 22:28:29 +0000 (22:28 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 1 Mar 2020 23:36:05 +0000 (23:36 +0000)
commitf2034aa9bbffa766c8824d07c234ddb39620f853
treedb93c4c3c93b93b5e93c594e63545cc3578500eb
parentab305f746eba155188daa37a50da30032f265e51
tests: avoid a false failure on OpenIndiana 11

* tests/misc/timeout-parameters.sh: Split the large timeout
handling to ...
* tests/misc/timeout-large-parameters.sh: ... here, so that
the 3 second delay is contained in its own test, and if
the test is skipped due invalid handling within timeout(1),
it will be more apparent.
Also adjust the check so we skip whenever the kernel timer
fires immediately, to handle the buggy OpenIndiana 11 kernel also.
Reported by Bruno Haible.
tests/local.mk
tests/misc/timeout-large-parameters.sh [new file with mode: 0755]
tests/misc/timeout-parameters.sh