From 29b28f7ce617c41be09db6f40fdc26e782bb882e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 12 Nov 2014 18:05:24 +0100 Subject: [PATCH] fix test cleanup this could leave garbage after it as the test file is removed in flush (the fd could still be opened) --- Zend/tests/bug38779_1.phpt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Zend/tests/bug38779_1.phpt b/Zend/tests/bug38779_1.phpt index eefa952e36..e2a5b208c6 100644 --- a/Zend/tests/bug38779_1.phpt +++ b/Zend/tests/bug38779_1.phpt @@ -39,6 +39,14 @@ include $filename; echo "Done\n"; ?> +--CLEAN-- + --EXPECTF-- Parse error: %s error%sin %s on line %d string(6) "flush!" -- 2.50.1