From: Anatol Belski Date: Mon, 29 Sep 2014 16:11:06 +0000 (+0200) Subject: better test cleanup X-Git-Tag: php-5.5.18RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91d3cd85593a19ff6ab3c334f74198472788021d;p=php better test cleanup and even force the XFAIL to fail as it would take too long anyway, even if it passes --- diff --git a/ext/standard/tests/streams/proc_open_bug51800.phpt b/ext/standard/tests/streams/proc_open_bug51800.phpt index 024d9cd6c6..53cafd8555 100644 --- a/ext/standard/tests/streams/proc_open_bug51800.phpt +++ b/ext/standard/tests/streams/proc_open_bug51800.phpt @@ -2,6 +2,7 @@ Bug #51800 proc_open on Windows hangs forever --SKIPIF-- $stderr, ), strlen($stdout), strlen($stderr)); -unlink($callee); - ?> ===DONE=== +--CLEAN-- + --EXPECTF-- array(3) { ["status"]=> diff --git a/ext/standard/tests/streams/proc_open_bug51800_right.phpt b/ext/standard/tests/streams/proc_open_bug51800_right.phpt index bab37a8ba4..b14fed2e5d 100644 --- a/ext/standard/tests/streams/proc_open_bug51800_right.phpt +++ b/ext/standard/tests/streams/proc_open_bug51800_right.phpt @@ -2,7 +2,7 @@ Bug #51800 proc_open on Windows hangs forever, the right way to do it --FILE-- $stderr, ), strlen($stdout), strlen($stderr)); -unlink($callee); - ?> ===DONE=== +--CLEAN-- + --EXPECTF-- array(3) { ["status"]=>