diff options
Diffstat (limited to 'test/TEX/glossary.py')
-rw-r--r-- | test/TEX/glossary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/glossary.py b/test/TEX/glossary.py index 423ffc7..be0a870 100644 --- a/test/TEX/glossary.py +++ b/test/TEX/glossary.py @@ -37,11 +37,11 @@ import TestSCons test = TestSCons.TestSCons() latex = test.where_is('latex') -gloss = os.system('kpsewhich glossary.sty') if not latex: test.skip_test("Could not find latex; skipping test(s).\n") +gloss = os.system('kpsewhich glossary.sty') if not gloss==0: test.skip_test("glossary.sty not installed; skipping test(s).\n") |