Mercurial > hg
changeset 9937:5c990169c02d
Merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 25 Nov 2009 21:44:19 -0600 |
parents | 3aa420c56ac4 (current diff) a0680daed7b2 (diff) |
children | 2c7ea49d2512 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Mon Jun 01 20:32:53 2009 +0200 +++ b/tests/run-tests.py Wed Nov 25 21:44:19 2009 -0600 @@ -789,7 +789,7 @@ # Reset some environment variables to well-known values so that # the tests produce repeatable output. - os.environ['LANG'] = os.environ['LC_ALL'] = 'C' + os.environ['LANG'] = os.environ['LC_ALL'] = os.environ['LANGUAGE'] = 'C' os.environ['TZ'] = 'GMT' os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>" os.environ['CDPATH'] = ''