summaryrefslogtreecommitdiff
path: root/test/DVIPS/DVIPS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/DVIPS/DVIPS.py')
-rw-r--r--test/DVIPS/DVIPS.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/DVIPS/DVIPS.py b/test/DVIPS/DVIPS.py
index e28a1212..b243bfcd 100644
--- a/test/DVIPS/DVIPS.py
+++ b/test/DVIPS/DVIPS.py
@@ -114,6 +114,9 @@ test.must_match('test3.ps', "This is a .ltx test.\n")
test.must_match('test4.ps', "This 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')