Fix test_testonly_pdf generating an output file in pwd

This commit is contained in:
James R. Barlow
2018-03-24 22:34:35 -07:00
parent 874ec6a87f
commit 8975b72a01
+1 -1
View File
@@ -87,7 +87,7 @@ def test_textonly_pdf(ensure_tess4, resources, outdir):
check_ocrmypdf(
resources / 'linn.pdf',
outdir / 'linn_textonly.pdf', '--pdf-renderer', 'tess4',
'--sidecar', 'foo',
'--sidecar', outdir / 'foo.txt',
env=ensure_tess4)