From: David Soria Parra Date: Tue, 7 Jul 2009 23:04:45 +0000 (+0000) Subject: Reset TZ environment variable. Some tests assume that it's not set. X-Git-Tag: php-5.4.0alpha1~191^2~3141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff6cf302c22542af4107cf9c5ec47d8a0f0632ee;p=php Reset TZ environment variable. Some tests assume that it's not set. --- 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'])) {