summaryrefslogtreecommitdiff
path: root/test/DVIPDF
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-20 09:50:54 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-20 09:50:54 -0700
commit5708cdb78937b6672c72de6a92d50a456bbf9eb0 (patch)
tree9160b9feb418baa302cf5c9ed590cf1a66d36f2f /test/DVIPDF
parentb297637e996387cf8a5645c7fcaee662cfc88a6b (diff)
downloadscons-5708cdb78937b6672c72de6a92d50a456bbf9eb0.tar.gz
py2/3 fix win32 py27 failures. Also resolve some py3 failures
Diffstat (limited to 'test/DVIPDF')
-rw-r--r--test/DVIPDF/DVIPDF.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DVIPDF/DVIPDF.py b/test/DVIPDF/DVIPDF.py
index b60107dc..87f40124 100644
--- a/test/DVIPDF/DVIPDF.py
+++ b/test/DVIPDF/DVIPDF.py
@@ -96,9 +96,9 @@ test.write('test2.tex', r"""This is a .tex test.
test.run(arguments = '.', stderr = None)
-test.must_match('test1.pdf', "This is a .dvi test.\n")
+test.must_match('test1.pdf', "This is a .dvi test.\n", mode='r')
-test.must_match('test2.pdf', "This is a .tex test.\n")
+test.must_match('test2.pdf', "This is a .tex test.\n", mode='r')