summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorStephan Krempel <krempel@par-tec.com>2013-01-25 02:48:46 +0000
committerPádraig Brady <P@draigBrady.com>2013-01-26 02:38:52 +0000
commitf8c0258d4643dbabc461a84d0b940be44a680a9b (patch)
treea693b5ef23d5314a2aa835f8aea213a828b16530 /tests/local.mk
parent2238ab574191d30b89a007b760c616efaf9c219c (diff)
downloadcoreutils-f8c0258d4643dbabc461a84d0b940be44a680a9b.tar.xz
timeout: ensure a blocked SIGALRM from the parent is unblocked
* src/timeout.c (unblock_signal): A new function to unblock a specified signal, or warn if not possible. (set_timeout): Ensure SIGALRM is unblocked before we setup the timer. * tests/misc/timeout-blocked.pl: A new test for the issue. * tests/local.mk: Reference the new test. * NEWS: Mention the fix. Fixes: http://bugs.gnu.org/13535
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 82daee5cd..6043bb6bd 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -369,6 +369,7 @@ all_tests = \
tests/misc/tee-dash.sh \
tests/misc/test-diag.pl \
tests/misc/timeout.sh \
+ tests/misc/timeout-blocked.pl \
tests/misc/timeout-group.sh \
tests/misc/timeout-parameters.sh \
tests/misc/tr.pl \