mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-19 12:04:44 -04:00
Travis didn't like LANG, use LC_ALL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user