From: Anatol Belski Date: Wed, 1 Jul 2015 18:06:48 +0000 (+0200) Subject: use proper place to cleanup X-Git-Tag: php-7.1.0alpha3~25^2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cefca3569296aaedd56f9ca32f95474877bfe6e1;p=php use proper place to cleanup --- diff --git a/ext/standard/tests/streams/proc_open_bug69900.phpt b/ext/standard/tests/streams/proc_open_bug69900.phpt index 7e7209a783..b3523294a7 100644 --- a/ext/standard/tests/streams/proc_open_bug69900.phpt +++ b/ext/standard/tests/streams/proc_open_bug69900.phpt @@ -41,9 +41,13 @@ fclose($pipes[1]); proc_close($process); -@unlink($fl); ?> ===DONE=== +--CLEAN-- + --EXPECTF-- hello0 fgets() took %d%sms