# HG changeset patch # User Wagner Bruna # Date 1259078113 7200 # Node ID a0680daed7b243838a1afec3318baa2594996e37 # Parent 97eda2133a9bd2a1f2cafd572e18d6c8053e19dd run-tests: LANGUAGE may make tests fail diff -r 97eda2133a9b -r a0680daed7b2 tests/run-tests.py --- a/tests/run-tests.py Tue Nov 17 15:36:09 2009 +0900 +++ b/tests/run-tests.py Tue Nov 24 13:55:13 2009 -0200 @@ -777,7 +777,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 " os.environ['CDPATH'] = ''