We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc777a1 commit d4b1e81Copy full SHA for d4b1e81
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