We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c4939 commit a758807Copy full SHA for a758807
1 file changed
bpython/test/test_crashers.py
@@ -73,7 +73,7 @@ def processExited(self, reason):
73
reactor.spawnProcess(Protocol(), sys.executable,
74
(sys.executable, "-m", "bpython." + self.backend,
75
"--config", TEST_CONFIG),
76
- env=dict(TERM="vt100"),
+ env=dict(TERM="vt100", LANG=os.environ.get("LANG", "")),
77
usePTY=(master, slave, os.ttyname(slave)))
78
return result
79
0 commit comments