From: Anatol Belski Date: Thu, 27 Feb 2014 14:50:17 +0000 (+0100) Subject: remove pcntl leftover from the test code X-Git-Tag: php-5.6.0beta1~3^2~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c1385b7f5c1dac5e8027804a564a9b22ef8a4f6;p=php remove pcntl leftover from the test code --- diff --git a/ext/openssl/tests/stream_server_reneg_limit.phpt b/ext/openssl/tests/stream_server_reneg_limit.phpt index b2f2ae3ad0..3abaa48e41 100644 --- a/ext/openssl/tests/stream_server_reneg_limit.phpt +++ b/ext/openssl/tests/stream_server_reneg_limit.phpt @@ -77,7 +77,6 @@ $clientCode = <<<'CODE' fclose($stdout); fclose($stderr); proc_terminate($process); - pcntl_wait($status); CODE; include 'ServerClientTestCase.inc';