summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-05-17 23:24:58 +0800
committerXinchen Hui <laruence@gmail.com>2017-05-17 23:24:58 +0800
commit0954ea8d6dc748223b26d1e3e7c50f32121fa504 (patch)
tree1f4993e202761a636cfe1cf253afaab60d9c1d87
parentef09bc0645a3dfdc82a9fc162fe9b247c735e305 (diff)
downloadphp-git-0954ea8d6dc748223b26d1e3e7c50f32121fa504.tar.gz
Added cleanup
-rw-r--r--sapi/cli/tests/bug74600.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/cli/tests/bug74600.phpt b/sapi/cli/tests/bug74600.phpt
index bdda12ee19..0ca7be95a7 100644
--- a/sapi/cli/tests/bug74600.phpt
+++ b/sapi/cli/tests/bug74600.phpt
@@ -29,6 +29,10 @@ var_dump(stream_get_contents($pipes[2]));
proc_terminate($proc);
proc_close($proc);
?>
+--CLEAN--
+<?php
+unlink(__DIR__ . "/bug74600.ini");
+?>
--EXPECTF--
string(4) "okey"
string(0) ""