From c36068357b32b90cf034991bad7e9e1386c396c7 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Thu, 9 Jun 2022 15:08:39 +0900 Subject: 50342: fix test added by 50306 --- Test/A05execution.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst index b257ddf2c..bcadc6d56 100644 --- a/Test/A05execution.ztst +++ b/Test/A05execution.ztst @@ -396,7 +396,7 @@ F:anonymous function, and a descriptor leak when backgrounding a pipeline # TBD: the 0 above is believed to be bogus and should also be turned # into 127 when the ccorresponding bug is fixed in the main shell. - sleep 1 & pid=$! + sleep 2 & pid=$! kill -STOP $pid sleep 1 kill -CONT $pid -- cgit 1.4.1