From 2331863a5c6bb8615f76851394096bbd7458704f Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 7 Jul 2009 23:05:17 +0000 Subject: [PATCH] MFH: Reset TZ environment variable. Some tests assume that it's not set. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 55131e79c6..6a47e95f17 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1379,6 +1379,7 @@ TEST $file $env['REQUEST_METHOD'] = ''; $env['CONTENT_TYPE'] = ''; $env['CONTENT_LENGTH'] = ''; + $env['TZ'] = ''; if (!empty($section_text['ENV'])) { -- 2.40.0