summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/makejvf.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.test')
-rwxr-xr-xBuild/source/texk/makejvf/makejvf.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/makejvf.test b/Build/source/texk/makejvf/makejvf.test
index a5f6f588724..473045be9f0 100755
--- a/Build/source/texk/makejvf/makejvf.test
+++ b/Build/source/texk/makejvf/makejvf.test
@@ -1,6 +1,6 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
# Copyright 2010-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
@@ -12,6 +12,10 @@
cmp $srcdir/tests/tmin10.vf tmin10.vf && \
cmp $srcdir/tests/rmlv.tfm rmlv.tfm || exit 1
+./makejvf -e -i -u custom -t $srcdir/tests/uni10.cnf -m $srcdir/tests/testnewu urml && \
+ cmp $srcdir/tests/testnewu.vf testnewu.vf && \
+ cmp $srcdir/tests/rml.tfm urml.tfm || exit 1
+
TEXMFCNF=$srcdir/../kpathsea \
./makejvf -k0 -a abc && exit 1