summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/kpsewhich.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.test')
-rwxr-xr-xBuild/source/texk/kpathsea/kpsewhich.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.test b/Build/source/texk/kpathsea/kpsewhich.test
index 813f6dc8a55..4e7159ec9d2 100755
--- a/Build/source/texk/kpathsea/kpsewhich.test
+++ b/Build/source/texk/kpathsea/kpsewhich.test
@@ -10,9 +10,11 @@ export TEXMFCNF
./kpsewhich --expand-var=\$TEXMFMAIN || exit 1
-BSTINPUTS=$srcdir/../tests/texmf \
- ./kpsewhich plain.bst || exit 1
+TEXINPUTS=$srcdir/../tests/texmf \
+ ./kpsewhich --all plain || exit 1
AFMFONTS=$srcdir/../tests/texmf \
./kpsewhich afmtest.afm || exit 1
+BSTINPUTS=$srcdir/../tests/texmf \
+ ./kpsewhich plain.bst || exit 1