summaryrefslogtreecommitdiff
path: root/xnt/tests/textests.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/tests/textests.py')
-rw-r--r--xnt/tests/textests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/xnt/tests/textests.py b/xnt/tests/textests.py
index d3f8f01..34b44d1 100644
--- a/xnt/tests/textests.py
+++ b/xnt/tests/textests.py
@@ -23,7 +23,8 @@ import xnt
import xnt.build.tex
import xnt.tests
-@unittest.skipUnless(xnt.in_path("pdflatex"), "pdflatex is not in your path")
+@unittest.skipUnless(xnt.in_path("pdflatex") or xnt.in_path("pdflatex.exe"),
+ "pdflatex is not in your path")
class TexTests(unittest.TestCase):
"""Test Case for TeX Document Building"""