summaryrefslogtreecommitdiffstats
path: root/test/TEX/biblatex.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/biblatex.py')
-rwxr-xr-xtest/TEX/biblatex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEX/biblatex.py b/test/TEX/biblatex.py
index a70e103..a6fbd48 100755
--- a/test/TEX/biblatex.py
+++ b/test/TEX/biblatex.py
@@ -39,8 +39,8 @@ latex = test.where_is('pdflatex')
if not latex:
test.skip_test("Could not find 'pdflatex'; skipping test.\n")
-gloss = os.system('kpsewhich biblatex.sty')
-if not gloss==0:
+biblatex = os.system('kpsewhich biblatex.sty')
+if not biblatex==0:
test.skip_test("biblatex.sty not installed; skipping test(s).\n")