##// END OF EJS Templates
run-tests: LANGUAGE may make tests fail
Wagner Bruna -
r9931:a0680dae stable
parent child Browse files
Show More
@@ -777,7 +777,7 b' def main():'
777
777
778 # Reset some environment variables to well-known values so that
778 # Reset some environment variables to well-known values so that
779 # the tests produce repeatable output.
779 # the tests produce repeatable output.
780 os.environ['LANG'] = os.environ['LC_ALL'] = 'C'
780 os.environ['LANG'] = os.environ['LC_ALL'] = os.environ['LANGUAGE'] = 'C'
781 os.environ['TZ'] = 'GMT'
781 os.environ['TZ'] = 'GMT'
782 os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>"
782 os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>"
783 os.environ['CDPATH'] = ''
783 os.environ['CDPATH'] = ''
General Comments 0
You need to be logged in to leave comments. Login now