From 69ce017d2895dfa53bbb8943f0e063c2b0666c63 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 23 Oct 2002 12:54:57 +0000 Subject: [PATCH] remove *.php file for EXPECTF tests, too. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) 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'; } -- 2.40.0