summaryrefslogtreecommitdiffstats
path: root/test/TEX/recursive_scanner_dependencies_input.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/recursive_scanner_dependencies_input.py')
-rw-r--r--test/TEX/recursive_scanner_dependencies_input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/recursive_scanner_dependencies_input.py b/test/TEX/recursive_scanner_dependencies_input.py
index 5f37bf1..5afcbc2 100644
--- a/test/TEX/recursive_scanner_dependencies_input.py
+++ b/test/TEX/recursive_scanner_dependencies_input.py
@@ -36,7 +36,7 @@ test = TestSCons.TestSCons()
pdflatex = test.where_is('pdflatex')
if not pdflatex:
- test.skip_test("Could not find pdflatex; skipping test(s).\n")
+ test.skip_test("Could not find 'pdflatex'; skipping test(s).\n")
test.write(['SConstruct'], """\
env = Environment(tools=['pdftex', 'tex'])