summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/kpsewhich.test
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-26 23:46:41 +0000
committerKarl Berry <karl@freefriends.org>2010-11-26 23:46:41 +0000
commit94b2db834a1eedeb1b612b173b2fd519bacb6917 (patch)
tree20f66012232b40f31fd8a338ac67b82aadf0fc6f /Build/source/texk/kpathsea/kpsewhich.test
parenta881f79f85c5ae2491b5448cd8bc0d5a28b55bf5 (diff)
kpsewhich --all plain, fix from Taco
git-svn-id: svn://tug.org/texlive/trunk@20579 c570f23f-e606-0410-a88d-b1316a301751
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