]> granicus.if.org Git - php/commitdiff
Added cleanup
authorXinchen Hui <laruence@gmail.com>
Wed, 17 May 2017 15:24:58 +0000 (23:24 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 17 May 2017 15:24:58 +0000 (23:24 +0800)
sapi/cli/tests/bug74600.phpt

index bdda12ee19c1e2adbbb1df6c95ab010509b619aa..0ca7be95a7b96982d1c4320a519aeda488a30cd1 100644 (file)
@@ -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) ""