texlive[68093] Build/source/texk/kpathsea/tests/cnfnull.test:

commits+takuji at tug.org commits+takuji at tug.org
Mon Aug 28 01:29:25 CEST 2023


Revision: 68093
          http://tug.org/svn/texlive?view=revision&revision=68093
Author:   takuji
Date:     2023-08-28 01:29:25 +0200 (Mon, 28 Aug 2023)
Log Message:
-----------
kpathsea: tweak tests

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

Modified: trunk/Build/source/texk/kpathsea/tests/cnfnull.test
===================================================================
--- trunk/Build/source/texk/kpathsea/tests/cnfnull.test	2023-08-27 20:01:44 UTC (rev 68092)
+++ trunk/Build/source/texk/kpathsea/tests/cnfnull.test	2023-08-27 23:29:25 UTC (rev 68093)
@@ -20,7 +20,7 @@
 printf 'x\0=1\n\0' >$cnf_file || exit 2
 
 val=`$_kpsewhich "--cnf-line=TEXMFCNF=$cnf_dir" --var-value=x`
-if [ $exe = ".exe" ]; then val=`echo $val | sed -e 's/\\r//'`; fi
+if [ "$ExeExt" = ".exe" ]; then val=`echo $val | sed -e 's/\\r//'`; fi
 test x"$val" = x1 || exit 3
 
 # Before we dropped nul bytes in 2020, kpse gave a warning:



More information about the tex-live-commits mailing list.