summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tests
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-07 22:59:19 +0000
committerKarl Berry <karl@freefriends.org>2018-02-07 22:59:19 +0000
commit84d3014811a54ac2710b62278227a7424d46860f (patch)
treec5740e770f1ad6c85f7c2adc110de8960c9595dc /Build/source/texk/kpathsea/tests
parent5214540f7a87cb8fe15e97847ae12444050a9854 (diff)
omit --no-casefold-search test for Plain.TeX, since the result is system-dependent
git-svn-id: svn://tug.org/texlive/trunk@46567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tests')
-rwxr-xr-xBuild/source/texk/kpathsea/tests/kpsewhich.test10
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/tests/kpsewhich.test b/Build/source/texk/kpathsea/tests/kpsewhich.test
index 4b29d139924..261bf1b17f3 100755
--- a/Build/source/texk/kpathsea/tests/kpsewhich.test
+++ b/Build/source/texk/kpathsea/tests/kpsewhich.test
@@ -18,10 +18,12 @@ TEXINPUTS=$srcdir/../tests/texmf \
TEXINPUTS=$srcdir/../tests/texmf \
./kpsewhich --casefold-search Plain.TeX || exit 1
#
-TEXINPUTS=$srcdir/../tests/texmf \
- ./kpsewhich --no-casefold-search --all Plain.TeX && exit 1
-TEXINPUTS=$srcdir/../tests/texmf \
- ./kpsewhich --no-casefold-search Plain.TeX && exit 1
+# These runs will succeed on case-insensitive (file)systems, so don't
+# run them.
+#TEXINPUTS=$srcdir/../tests/texmf \
+# ./kpsewhich --no-casefold-search --all Plain.TeX && exit 1
+#TEXINPUTS=$srcdir/../tests/texmf \
+# ./kpsewhich --no-casefold-search Plain.TeX && exit 1
TEXINPUTS=$srcdir/../tests/texmf \
./kpsewhich --all plain || exit 1