summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2009-07-07 23:05:17 +0000
committerDavid Soria Parra <dsp@php.net>2009-07-07 23:05:17 +0000
commit2331863a5c6bb8615f76851394096bbd7458704f (patch)
tree2deb8d691cfd8cacec617bf984597460f8bf022c /run-tests.php
parentba035b47fd11f6590aea3ebfed53f36c1a19e3b8 (diff)
downloadphp-git-2331863a5c6bb8615f76851394096bbd7458704f.tar.gz
MFH: Reset TZ environment variable. Some tests assume that it's not set.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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'])) {