From ff6cf302c22542af4107cf9c5ec47d8a0f0632ee Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 7 Jul 2009 23:04:45 +0000 Subject: [PATCH] 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.50.1