com php-src: Added cleanup: sapi/cli/tests/bug74600.phpt
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 0954ea8d6dc748223b26d1e3e7c50f32121fa504 Author: Xinchen Hui <[email protected]> Wed, 17 May 2017 23:24:58 +0800 Parents: ef09bc0645a3dfdc82a9fc162fe9b247c735e305 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0954ea8d6dc748223b26d1e3e7c50f32121fa504 Log: Added cleanup Changed paths: M sapi/cli/tests/bug74600.phpt Diff: diff --git a/sapi/cli/tests/bug74600.phpt b/sapi/cli/tests/bug74600.phpt index bdda12e..0ca7be9 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) ""