From 61b79e7776f08651cdb5c5eb54f9b03e0362e053 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Wed, 29 Jul 2009 16:14:07 +0000 Subject: [PATCH] restore removed line (thanks Jani) --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index d95476db0b..1db1794c85 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1140,6 +1140,7 @@ function run_test($php, $file, $env) global $leak_check, $temp_source, $temp_target, $cfg, $environment; global $no_clean; global $valgrind_version; + $temp_filenames = null; $org_file = $file; -- 2.50.1