From: Marcus Boerger Date: Wed, 23 Oct 2002 12:54:57 +0000 (+0000) Subject: remove *.php file for EXPECTF tests, too. X-Git-Tag: php-4.3.0pre2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69ce017d2895dfa53bbb8943f0e063c2b0666c63;p=php remove *.php file for EXPECTF tests, too. --- diff --git a/run-tests.php b/run-tests.php index 4c20873bc8..9170155b66 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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'; }