Rev 5824: (jelmer) Set LC_ALL and LANG in in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed May 4 19:55:28 UTC 2011
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5824 [merge]
revision-id: pqm at pqm.ubuntu.com-20110504195526-65o4yhqx8sgn4isv
parent: pqm at pqm.ubuntu.com-20110504190644-xt0ebtkasp1rnfkc
parent: jelmer at samba.org-20110430002003-jtd7d9kzva75uk5d
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2011-05-04 19:55:26 +0000
message:
(jelmer) Set LC_ALL and LANG in
TestExceptionReporting.test_undecodable_argv. (Jelmer Vernooij)
modified:
bzrlib/tests/blackbox/test_exceptions.py test_exceptions.py-20060604211237-yi2cxg0ose3xk4id-1
=== modified file 'bzrlib/tests/blackbox/test_exceptions.py'
--- a/bzrlib/tests/blackbox/test_exceptions.py 2011-05-03 22:59:49 +0000
+++ b/bzrlib/tests/blackbox/test_exceptions.py 2011-05-04 19:55:26 +0000
@@ -55,7 +55,7 @@
if os.name != "posix":
raise tests.TestNotApplicable("Needs system beholden to C locales")
out, err = self.run_bzr_subprocess(["\xa0"],
- env_changes={"LANG": "C"},
+ env_changes={"LANG": "C", "LC_ALL": "C"},
universal_newlines=True,
retcode=errors.EXIT_ERROR)
self.assertContainsRe(err, r"^bzr: ERROR: .*'\\xa0'.* unsupported")
More information about the bazaar-commits
mailing list