Travis didn't like LANG, use LC_ALL

This commit is contained in:
James R. Barlow
2017-11-16 20:37:30 -08:00
parent 9bfc45702d
commit 7bbf6bc7f4

View File

@@ -1009,7 +1009,7 @@ def test_pdfa_1(spoof_tesseract_cache, resources, outpdf):
def test_bad_locale():
env = os.environ.copy()
env['LANG'] = 'C'
env['LC_ALL'] = 'C'
p, out, err = run_ocrmypdf(
'a', 'b', env=env