summaryrefslogtreecommitdiffstats
path: root/test/TEX/lstinputlisting.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/lstinputlisting.py')
-rw-r--r--test/TEX/lstinputlisting.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEX/lstinputlisting.py b/test/TEX/lstinputlisting.py
index 66676ed..fcfe5a8 100644
--- a/test/TEX/lstinputlisting.py
+++ b/test/TEX/lstinputlisting.py
@@ -41,8 +41,8 @@ pdflatex = test.where_is('pdflatex')
if not pdflatex:
test.skip_test("Could not find pdflatex; skipping test(s).\n")
-gloss = os.system('kpsewhich listings.sty')
-if not gloss==0:
+listings = os.system('kpsewhich listings.sty')
+if not listings==0:
test.skip_test("listings.sty not installed; skipping test(s).\n")
test.write(['SConstruct'], """\