summaryrefslogtreecommitdiffstats
path: root/test/TEX/nomencl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/nomencl.py')
-rw-r--r--test/TEX/nomencl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/nomencl.py b/test/TEX/nomencl.py
index 2aadeef..93a3c3b 100644
--- a/test/TEX/nomencl.py
+++ b/test/TEX/nomencl.py
@@ -37,11 +37,11 @@ import TestSCons
test = TestSCons.TestSCons()
latex = test.where_is('latex')
-nomencl = os.system('kpsewhich nomencl.sty')
if not latex:
test.skip_test("Could not find latex; skipping test(s).\n")
+nomencl = os.system('kpsewhich nomencl.sty')
if not nomencl==0:
test.skip_test("nomencl.sty not installed; skipping test(s).\n")