From: Nuno Lopes Date: Thu, 22 Feb 2007 11:49:23 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0_1~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0c9d8b16485224a574b931fa6b6e97412771a03;p=php MFB --- diff --git a/ext/standard/tests/general_functions/proc_open02.phpt b/ext/standard/tests/general_functions/proc_open02.phpt index 8b30f99212..bffe9a2a94 100644 --- a/ext/standard/tests/general_functions/proc_open02.phpt +++ b/ext/standard/tests/general_functions/proc_open02.phpt @@ -15,6 +15,8 @@ $cat = proc_open( $pipes ); +sleep(1); // let the OS run the nohup process before sending the signal + var_dump(proc_terminate($cat, 1)); // send a SIGHUP sleep(1); var_dump(proc_get_status($cat));