summaryrefslogtreecommitdiffstats
path: root/test/DVIPDF/DVIPDFFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/DVIPDF/DVIPDFFLAGS.py')
-rw-r--r--test/DVIPDF/DVIPDFFLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DVIPDF/DVIPDFFLAGS.py b/test/DVIPDF/DVIPDFFLAGS.py
index 9ecb736..9900cf7 100644
--- a/test/DVIPDF/DVIPDFFLAGS.py
+++ b/test/DVIPDF/DVIPDFFLAGS.py
@@ -122,7 +122,7 @@ subprocess.run(cmd, shell=True)
test.write('SConstruct', """
import os
ENV = {'PATH' : os.environ['PATH']}
-foo = Environment(DVIPDFFLAGS = '-N', ENV = ENV)
+foo = Environment(DVIPDFFLAGS = '-R2', ENV = ENV)
dvipdf = foo.Dictionary('DVIPDF')
bar = Environment(DVIPDF = r'%(_python_)s wrapper.py ' + dvipdf, ENV = ENV)
foo.PDF(target = 'foo.pdf',