summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-11 10:53:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-11 10:53:22 +0000
commitd82dade8cb6b6db42c24d617619aea52a966d001 (patch)
tree8ae3f9316254e00c5ffa5a64dfc16e9d9379bc6b /Build/source
parent12c756cbd94c366e5f99e024cd4aa19ac47ce616 (diff)
makejvf: Better test data (updated from Master)
git-svn-id: svn://tug.org/texlive/trunk@32382 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/makejvf/ChangeLog5
-rwxr-xr-xBuild/source/texk/makejvf/makejvf.test8
-rw-r--r--Build/source/texk/makejvf/tests/min10.tfmbin1196 -> 1200 bytes
-rw-r--r--Build/source/texk/makejvf/tests/tmin10.vfbin141852 -> 141580 bytes
4 files changed, 8 insertions, 5 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index 317007cbd6e..f9b738317f6 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-11 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * tests/min10.tfm, tests/tmin10.vf: Update from Master.
+ * makejvf.test: Now exact match of test output.
+
2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de>
* main.c, tfmread.c, tool.c, write.c: Always first include
diff --git a/Build/source/texk/makejvf/makejvf.test b/Build/source/texk/makejvf/makejvf.test
index e6111cb6296..8308ed7276a 100755
--- a/Build/source/texk/makejvf/makejvf.test
+++ b/Build/source/texk/makejvf/makejvf.test
@@ -1,18 +1,16 @@
#! /bin/sh
-# Copyright (C) 2010-2012 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2010-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
./makejvf $srcdir/tests/min10.tfm rml && \
+ cmp $srcdir/tests/min10.vf min10.vf && \
cmp $srcdir/tests/rml.tfm rml.tfm || exit 1
-cmp $srcdir/tests/min10.vf min10.vf || :
-
./makejvf $srcdir/tests/tmin10 rmlv && \
+ cmp $srcdir/tests/tmin10.vf tmin10.vf && \
cmp $srcdir/tests/rmlv.tfm rmlv.tfm || exit 1
-cmp $srcdir/tests/tmin10.vf tmin10.vf || :
-
TEXMFCNF=$srcdir/../kpathsea \
./makejvf -k0 -a abc && exit 1
diff --git a/Build/source/texk/makejvf/tests/min10.tfm b/Build/source/texk/makejvf/tests/min10.tfm
index 1bf04b7ac32..7d207e20bf9 100644
--- a/Build/source/texk/makejvf/tests/min10.tfm
+++ b/Build/source/texk/makejvf/tests/min10.tfm
Binary files differ
diff --git a/Build/source/texk/makejvf/tests/tmin10.vf b/Build/source/texk/makejvf/tests/tmin10.vf
index b6bd7630bb8..35dd2ad1f6a 100644
--- a/Build/source/texk/makejvf/tests/tmin10.vf
+++ b/Build/source/texk/makejvf/tests/tmin10.vf
Binary files differ