From 76d5b4adc2716abf159f64b351bc7f3915b44e08 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 17 Jan 2016 10:49:28 -0800 Subject: fix text to say 'tex' instead of 'text' specifying which tools were missing when the test is skipped --- test/DVIPDF/makeindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DVIPDF/makeindex.py b/test/DVIPDF/makeindex.py index 22a31be..00c57c4 100644 --- a/test/DVIPDF/makeindex.py +++ b/test/DVIPDF/makeindex.py @@ -34,7 +34,7 @@ dvipdf = test.where_is('dvipdf') tex = test.where_is('tex') if not dvipdf or not tex: - test.skip_test('Could not find dvipdf or text; skipping test(s).\n') + test.skip_test('Could not find dvipdf or tex; skipping test(s).\n') -- cgit v0.12