texlive[46567] Build/source/texk/kpathsea: omit --no-casefold-search

commits+karl at tug.org commits+karl at tug.org
Wed Feb 7 23:59:19 CET 2018


Revision: 46567
          http://tug.org/svn/texlive?view=revision&revision=46567
Author:   karl
Date:     2018-02-07 23:59:19 +0100 (Wed, 07 Feb 2018)
Log Message:
-----------
omit --no-casefold-search test for Plain.TeX, since the result is system-dependent

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/tests/kpsewhich.test

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2018-02-07 22:18:22 UTC (rev 46566)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2018-02-07 22:59:19 UTC (rev 46567)
@@ -1,3 +1,9 @@
+2018-02-07  Karl Berry  <karl at 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 at freefriends.org>
 
 	* texmf.cnf (texmf_casefold_search): new configuration value

Modified: trunk/Build/source/texk/kpathsea/tests/kpsewhich.test
===================================================================
--- trunk/Build/source/texk/kpathsea/tests/kpsewhich.test	2018-02-07 22:18:22 UTC (rev 46566)
+++ trunk/Build/source/texk/kpathsea/tests/kpsewhich.test	2018-02-07 22:59:19 UTC (rev 46567)
@@ -18,10 +18,12 @@
 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



More information about the tex-live-commits mailing list