summaryrefslogtreecommitdiff
path: root/dviware
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-21 03:01:41 +0000
committerNorbert Preining <norbert@preining.info>2021-02-21 03:01:41 +0000
commitf35565737733e319e7293a9fafe1b78e87f8a14e (patch)
tree197b08b39b09262f4e71486f610106580871631d /dviware
parentb94dba90d83866ccb6db5273d214512e859c3179 (diff)
CTAN sync 202102210301
Diffstat (limited to 'dviware')
-rw-r--r--dviware/dvidvi/ChangeLog6
-rwxr-xr-xdviware/dvidvi/dvidvi.test23
-rw-r--r--dviware/dvidvi/tests/playout.21
-rw-r--r--dviware/dvidvi/tests/playout.31
4 files changed, 19 insertions, 12 deletions
diff --git a/dviware/dvidvi/ChangeLog b/dviware/dvidvi/ChangeLog
index 94e4ebdc0b..59f4f4ac78 100644
--- a/dviware/dvidvi/ChangeLog
+++ b/dviware/dvidvi/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-19 Karl Berry <karl@freefriends.org>
+
+ * dvidvi.test,
+ * tests/playout.2,
+ * tests/playout.3: eliminate version number from comparison.
+
2020-12-09 Akira Kakuto <kakuto@w32tex.org>
* dvidvi.c: Remove definition of a function win32_fprintf()
diff --git a/dviware/dvidvi/dvidvi.test b/dviware/dvidvi/dvidvi.test
index c90f50adcf..2f013ee87f 100755
--- a/dviware/dvidvi/dvidvi.test
+++ b/dviware/dvidvi/dvidvi.test
@@ -1,20 +1,23 @@
#! /bin/sh -vx
-# $Id: dvidvi.test 45809 2017-11-15 00:36:56Z karl $
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# $Id: dvidvi.test 57800 2021-02-19 16:45:39Z karl $
+# Copyright 2017-2021 Karl Berry <tex-live@tug.org>
# Copyright 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
rm -rf play*
cp $srcdir/tests/play.dvi .
-./dvidvi -f 5 -l @25 -m'4:-3,0(6,0)' play playout \
- 2>playout.2 \
- && diff playout.2 $srcdir/tests/playout.2 \
- || exit 1
+./dvidvi -f 5 -l @25 -m'4:-3,0(6,0)' play playout 2>playout.2
+#
+# Eliminate version number for the comparison.
+grep -v '^This is dvidvi' playout.2 \
+| diff - $srcdir/tests/playout.2 \
+|| exit 1
rm -rf play*
cp $srcdir/tests/playtate.dvi .
-./dvidvi -f 5 -l @25 -m'4:-3,0(6,0)' playtate playout \
- 2>playout.3 \
- && diff playout.3 $srcdir/tests/playout.3 \
- || exit 1
+./dvidvi -f 5 -l @25 -m'4:-3,0(6,0)' playtate playout 2>playout.3
+#
+grep -v '^This is dvidvi' playout.3 \
+| diff - $srcdir/tests/playout.3 \
+|| exit 1
diff --git a/dviware/dvidvi/tests/playout.2 b/dviware/dvidvi/tests/playout.2
index 19d1c7886c..f944dc3f3c 100644
--- a/dviware/dvidvi/tests/playout.2
+++ b/dviware/dvidvi/tests/playout.2
@@ -1,5 +1,4 @@
-This is dvidvi 1.1 (TeX Live 2021), Copyright 1988-1991 Radical Eye Software
Improved from 1.0 to 1.1, 1994, Markus Kohm
play.dvi -> playout.dvi
[5] [12] [9] [8] [13]
diff --git a/dviware/dvidvi/tests/playout.3 b/dviware/dvidvi/tests/playout.3
index 4d26a99123..17718ff12d 100644
--- a/dviware/dvidvi/tests/playout.3
+++ b/dviware/dvidvi/tests/playout.3
@@ -1,5 +1,4 @@
-This is dvidvi 1.1 (TeX Live 2021), Copyright 1988-1991 Radical Eye Software
Improved from 1.0 to 1.1, 1994, Markus Kohm
playtate.dvi -> playout.dvi
[5] [12] [9] [8] [13]