summaryrefslogtreecommitdiffstats
path: root/test/TEX/variant_dir_newglossary.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/variant_dir_newglossary.py')
-rw-r--r--test/TEX/variant_dir_newglossary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/variant_dir_newglossary.py b/test/TEX/variant_dir_newglossary.py
index 954724d..8604270 100644
--- a/test/TEX/variant_dir_newglossary.py
+++ b/test/TEX/variant_dir_newglossary.py
@@ -42,7 +42,7 @@ if not latex:
test.skip_test("Could not find latex; skipping test(s).\n")
gloss = os.system('kpsewhich glossaries.sty')
-if not gloss==0:
+if gloss!=0:
test.skip_test("glossaries.sty not installed; skipping test(s).\n")