summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rwxr-xr-xBuild/source/texk/kpathsea/tests/kpsewhich.test10
2 files changed, 12 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index fafb1ee3ba6..a7a05f8c030 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-07 Karl Berry <karl@freefriends.org>
+
+ * tests/kpsewhich.test: don't run --no-casefold-search with
+ "Plain.TeX", since it succeeds on case-insensitive systems
+ and fails on case-sensitive ones.
+
2018-02-04 Karl Berry <karl@freefriends.org>
* texmf.cnf (texmf_casefold_search): new configuration value
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