]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: make SIGPIPE trap checking more robust
authorPádraig Brady <P@draigBrady.com>
Tue, 15 Nov 2022 13:57:47 +0000 (13:57 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 15 Nov 2022 14:02:16 +0000 (14:02 +0000)
commit5450c7f8d33f7a9ee10a2700cad9ccc6cec3626e
treed2694163af10453b0c38521e9776249eefbc4337
parente3bb9754485bf8e9c602565be223039d3a20c283
tests: make SIGPIPE trap checking more robust

* init.cfg (trap_sigpipe_or_skip_): A subshell with ignored SIGPIPE
was seen to not terminate, on Solaris 11 at least.
So protect with a timeout(1).
init.cfg