diff options
-rw-r--r-- | sapi/cli/tests/bug74600.phpt | 4 |
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) "" |