texlive[69684] Build/source/texk/web2c/pmpostdir: web2c/pmpostdir:
commits+takuji at tug.org
commits+takuji at tug.org
Sat Feb 3 03:15:55 CET 2024
Revision: 69684
https://tug.org/svn/texlive?view=revision&revision=69684
Author: takuji
Date: 2024-02-03 03:15:55 +0100 (Sat, 03 Feb 2024)
Log Message:
-----------
web2c/pmpostdir: tweak tests
Modified Paths:
--------------
trunk/Build/source/texk/web2c/pmpostdir/ChangeLog
trunk/Build/source/texk/web2c/pmpostdir/pmpsamp.test
trunk/Build/source/texk/web2c/pmpostdir/upmpsamp.test
Modified: trunk/Build/source/texk/web2c/pmpostdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/ChangeLog 2024-02-03 00:43:45 UTC (rev 69683)
+++ trunk/Build/source/texk/web2c/pmpostdir/ChangeLog 2024-02-03 02:15:55 UTC (rev 69684)
@@ -1,3 +1,7 @@
+2024-02-03 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
+
+ * {,u}pmpsamp.test: Tweak.
+
2024-02-01 Luigi Scarso <luigi.scarso at gmail.com>
* pmp.ch: bump MetaPost version to 2.10 for mpfi.
Modified: trunk/Build/source/texk/web2c/pmpostdir/pmpsamp.test
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/pmpsamp.test 2024-02-03 00:43:45 UTC (rev 69683)
+++ trunk/Build/source/texk/web2c/pmpostdir/pmpsamp.test 2024-02-03 02:15:55 UTC (rev 69684)
@@ -15,7 +15,8 @@
test -d $tests || mkdir -p $tests
-TEXMFCNF=$srcdir/../kpathsea
+TEXMFCNF=${TEXMFCNF:-$srcdir/../kpathsea}
+export TEXMFCNF
tfmpath=`$KPSEWHICH cmr10.tfm` || exit 77
TFMFONTS="$srcdir/$tests;`echo $tfmpath | sed 's,/fonts/tfm/.*$,/fonts/tfm//,'`"
@@ -32,7 +33,7 @@
vfpath=`$KPSEWHICH min10.vf` || exit 77
VFFONTS="$srcdir/$tests;`dirname $vfpath`"
-export TEXMFCNF TFMFONTS MPINPUTS TEXFONTMAPS T1FONTS VFFONTS
+export TFMFONTS MPINPUTS TEXFONTMAPS T1FONTS VFFONTS
# check that we have eptex at all.
$_eptex -version >/dev/null 2>&1 || exit 77
@@ -43,5 +44,5 @@
echo 'input plain;' >pmpsamp.mp
cat "$srcdir/$tests/psample.mp" >>pmpsamp.mp
-$_pmpost -ini -kanji=utf8 -tex=eptex pmpsamp || exit 1
+$_pmpost -ini -kanji=utf8 -tex=$_eptex pmpsamp || exit 1
Modified: trunk/Build/source/texk/web2c/pmpostdir/upmpsamp.test
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/upmpsamp.test 2024-02-03 00:43:45 UTC (rev 69683)
+++ trunk/Build/source/texk/web2c/pmpostdir/upmpsamp.test 2024-02-03 02:15:55 UTC (rev 69684)
@@ -15,7 +15,8 @@
test -d $tests || mkdir -p $tests
-TEXMFCNF=$srcdir/../kpathsea
+TEXMFCNF=${TEXMFCNF:-$srcdir/../kpathsea}
+export TEXMFCNF
tfmpath=`$KPSEWHICH cmr10.tfm` || exit 77
TFMFONTS="$srcdir/$tests;`echo $tfmpath | sed 's,/fonts/tfm/.*$,/fonts/tfm//,'`"
@@ -32,7 +33,7 @@
vfpath=`$KPSEWHICH upjisr-h.vf` || exit 77
VFFONTS="$srcdir/$tests;`dirname $vfpath`"
-export TEXMFCNF TFMFONTS MPINPUTS TEXFONTMAPS T1FONTS VFFONTS
+export TFMFONTS MPINPUTS TEXFONTMAPS T1FONTS VFFONTS
# check that we have euptex at all.
$_euptex -version >/dev/null 2>&1 || exit 77
@@ -43,5 +44,5 @@
echo 'input plain;' >upmpsamp.mp
cat "$srcdir/$tests/psample.mp" >>upmpsamp.mp
-$_upmpost -ini -tex=euptex upmpsamp || exit 1
+$_upmpost -ini -tex=$_euptex upmpsamp || exit 1
More information about the tex-live-commits
mailing list.