Skip to content

Commit 0954ea8

Browse files
committed
Added cleanup
1 parent ef09bc0 commit 0954ea8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sapi/cli/tests/bug74600.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ var_dump(stream_get_contents($pipes[2]));
2929
proc_terminate($proc);
3030
proc_close($proc);
3131
?>
32+
--CLEAN--
33+
<?php
34+
unlink(__DIR__ . "/bug74600.ini");
35+
?>
3236
--EXPECTF--
3337
string(4) "okey"
3438
string(0) ""

0 commit comments

Comments
 (0)