From 4fee9d84fef77230af4e5f3272782e2d04ec397e Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Fri, 11 Feb 2022 09:27:17 +0000 Subject: [PATCH] tests/sigchild.sh: try to fix intermittent fail (re: dc80f40d) It probably won't make a difference since the 'sleep' is run in the background, but let's change 'sleep .5 &' back to the original 'sleep 1 &' from the 93u+ 2012-08-01 version and see what happens. See: https://github.com/ksh93/ksh/issues/344#issuecomment-982219206 --- src/cmd/ksh93/tests/sigchld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/ksh93/tests/sigchld.sh b/src/cmd/ksh93/tests/sigchld.sh index d4148cea0..1ea123560 100755 --- a/src/cmd/ksh93/tests/sigchld.sh +++ b/src/cmd/ksh93/tests/sigchld.sh @@ -68,7 +68,7 @@ then integer running=0 maxrunning=0 trap "((running--))" CHLD for ((i=0; i maxrunning)) then ((maxrunning=running)) fi