Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 9937:5c990169c02d
Merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 25 Nov 2009 21:44:19 -0600 |
parents | f139814d20b3 a0680daed7b2 |
children | 2d0f1cde217b |
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'] = ''