summaryrefslogtreecommitdiffstats
path: root/test/DVIPS
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-11 04:35:34 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-11 04:35:34 (GMT)
commit0bf5d6c1d813096e28e8975d9a1276ccbd75ff62 (patch)
tree7223ddfd5b4cf898cc986ae0d3df3a8190dd7e18 /test/DVIPS
parent18eb9a66c2f676a224f14dd8965ec064d09786fd (diff)
downloadSCons-0bf5d6c1d813096e28e8975d9a1276ccbd75ff62.zip
SCons-0bf5d6c1d813096e28e8975d9a1276ccbd75ff62.tar.gz
SCons-0bf5d6c1d813096e28e8975d9a1276ccbd75ff62.tar.bz2
remove rb/wb from file opens, not needed py2/3. Also remove unneeded test for having latex on test system
Diffstat (limited to 'test/DVIPS')
-rw-r--r--test/DVIPS/DVIPSFLAGS.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/DVIPS/DVIPSFLAGS.py b/test/DVIPS/DVIPSFLAGS.py
index d651ee0..7aedf24 100644
--- a/test/DVIPS/DVIPSFLAGS.py
+++ b/test/DVIPS/DVIPSFLAGS.py
@@ -120,10 +120,6 @@ test.must_match('test3.ps', " -x\nThis is a .ltx test.\n")
test.must_match('test4.ps', " -x\nThis is a .latex test.\n")
-# have_latex = test.where_is('latex')
-# if not have_latex:
-# test.skip_test('Could not find latex; skipping test(s).\n')
-
dvips = test.where_is('dvips')