From da3a807f22553c463be9e7cb1561cc66106302e6 Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Sun, 11 Apr 2021 17:19:58 +0200 Subject: [PATCH] Increased test compatibility The test expects no masked signals at the beginning, but when run as part of a Bamboo build, SIGQUIT is already masked and the test fails. --- ext/pcntl/tests/003.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/pcntl/tests/003.phpt b/ext/pcntl/tests/003.phpt index 012277d2557..60549249950 100644 --- a/ext/pcntl/tests/003.phpt +++ b/ext/pcntl/tests/003.phpt @@ -9,6 +9,9 @@ pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK --FILE--