Backed out changeset e0288c977846 (bug 600522) due to windows oranges.

This commit is contained in:
Paul Biggar 2011-05-17 05:23:21 -07:00
parent e5dbb597d1
commit c556ef313c

View File

@ -163,7 +163,6 @@ def run_cmd_avoid_stdio(cmdline, env):
def run_test(test, lib_dir):
env = os.environ.copy()
env['TZ'] = 'US/Pacific'
if test.tmflags:
env['TMFLAGS'] = test.tmflags
cmd = get_test_cmd(test.path, test.jitflags, lib_dir)