]> granicus.if.org Git - php/commitdiff
remove *.php file for EXPECTF tests, too.
authorMarcus Boerger <helly@php.net>
Wed, 23 Oct 2002 12:54:57 +0000 (12:54 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 23 Oct 2002 12:54:57 +0000 (12:54 +0000)
run-tests.php

index 4c20873bc82250d199637b834b867a180a793c76..9170155b66c36bdd0706b1a338e663415ae3ac59 100755 (executable)
@@ -547,6 +547,7 @@ COMMAND $cmd
                var_dump($output);
 */
                if (preg_match("/^$wanted_re\$/s", $output)) {
+                       @unlink($tmp_file);
                        echo "PASS $tested\n";
                        return 'PASSED';
                }