From cefca3569296aaedd56f9ca32f95474877bfe6e1 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 1 Jul 2015 20:06:48 +0200 Subject: [PATCH] use proper place to cleanup --- ext/standard/tests/streams/proc_open_bug69900.phpt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1