]> git.ipfire.org Git - thirdparty/automake.git/commit
Improve test for blocked signals
authorJacob Bachmeyer <jcb@gnu.org>
Thu, 9 Feb 2023 05:07:26 +0000 (23:07 -0600)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Mar 2023 19:49:52 +0000 (12:49 -0700)
commit62b3ff7b2c41b4a7e15f4677d7a9fb9c9f1d8360
tree79f0a45c22d6fbe7b7d16aa753c781c6379d1c12
parent16fa11bf9c38eaf30a9c05ab6e19e9e3c7979033
Improve test for blocked signals

This fixes ERRORs reported by:
 * t/parallel-tests-interrupt.tap
 * t/self-check-exit.tap
 * t/self-check-is-blocked-signal.tap
 * t/tap-signal.tap

 * t/ax/am-test-lib.sh (is_blocked_signal): Revise Perl code
   to more closely follow documented interfaces where
   available.  This also works around bugs and limitations
   of the POSIX module in Perl 5.6.

Copyright-paperwork-exempt: yes
t/ax/am-test-lib.sh