summaryrefslogtreecommitdiffstats
path: root/test/TEX/PDFTEX.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/PDFTEX.py')
-rw-r--r--test/TEX/PDFTEX.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/PDFTEX.py b/test/TEX/PDFTEX.py
index 1562b20..e9b547d 100644
--- a/test/TEX/PDFTEX.py
+++ b/test/TEX/PDFTEX.py
@@ -44,7 +44,7 @@ test.write('mypdftex.py', r"""
import sys
import os
import getopt
-cmd_opts, arg = getopt.getopt(sys.argv[2:], 'i:', [])
+cmd_opts, arg = getopt.getopt(sys.argv[2:], 'i:r:', [])
base_name = os.path.splitext(arg[0])[0]
infile = open(arg[0], 'rb')
pdf_file = open(base_name+'.pdf', 'wb')