diff options
-rwxr-xr-x | Build/source/texk/dvipdfm-x/dvipdfmx-upjf2.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/dvipdfmx-upjf2.test b/Build/source/texk/dvipdfm-x/dvipdfmx-upjf2.test index 7d76f47886a..cc5a49b9acc 100755 --- a/Build/source/texk/dvipdfm-x/dvipdfmx-upjf2.test +++ b/Build/source/texk/dvipdfm-x/dvipdfmx-upjf2.test @@ -21,8 +21,6 @@ export TEXMFCNF TFMFONTS T1FONTS TEXFONTMAPS DVIPDFMXINPUTS TEXPICTS TEXFONTS SO failed= -rm -f upjf.vf upjv.vf upjf-g.ofm upjv-g.ofm upjf-r.ofm upjv-r.ofm upjf-r.tfm - ##### following tests require HaranoAji fonts ##### $_kpsewhich HaranoAjiMincho-Regular.otf @@ -30,6 +28,7 @@ otfpath=`$_kpsewhich HaranoAjiMincho-Regular.otf` || exit 77 OPENTYPEFONTS=`echo $otfpath | sed -e 's,HaranoAjiMincho-Regular\.otf,,' -e 's,/fonts/opentype/.*$,/fonts/opentype//,'` export OPENTYPEFONTS +rm -f upjf.vf upjv.vf echo "*** dvipdfmx: test for upjf2_full-hara.pdf" && echo \ && cp $srcdir/tests/upjf2_full.vf ./upjf.vf \ |