##// END OF EJS Templates
Merge with stable
Matt Mackall -
r9937:5c990169 merge default
parent child Browse files
Show More
@@ -789,7 +789,7 b' def main():'
789 789
790 790 # Reset some environment variables to well-known values so that
791 791 # the tests produce repeatable output.
792 os.environ['LANG'] = os.environ['LC_ALL'] = 'C'
792 os.environ['LANG'] = os.environ['LC_ALL'] = os.environ['LANGUAGE'] = 'C'
793 793 os.environ['TZ'] = 'GMT'
794 794 os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>"
795 795 os.environ['CDPATH'] = ''
General Comments 0
You need to be logged in to leave comments. Login now