summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/dvicopy.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-11 16:52:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-11 16:52:51 +0000
commit93266897611e8f360807b1af71d8969972f62937 (patch)
treef056642bd12b8ddd09a1d571a128d64c0a8aa471 /Build/source/texk/web2c/dvicopy.test
parent8022375314708f9d9e9c04cb0415b70f12371d30 (diff)
build system: add trip test
git-svn-id: svn://tug.org/texlive/trunk@13046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/dvicopy.test')
-rwxr-xr-xBuild/source/texk/web2c/dvicopy.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/dvicopy.test b/Build/source/texk/web2c/dvicopy.test
index b9854bfc80d..fee7675391f 100755
--- a/Build/source/texk/web2c/dvicopy.test
+++ b/Build/source/texk/web2c/dvicopy.test
@@ -6,8 +6,9 @@ TEXMFCNF=$srcdir/../kpathsea \
./dvicopy $srcdir/tests/story tests/xstory.dvi ## || exit 1
## failed with: TFM: font 1 = cmbx10(That was a fatal error, my friend.)
-TEXMFCNF=$srcdir/../kpathsea \
+# Redirect stderr so the terminal output will end up in the log file.
+(TEXMFCNF=$srcdir/../kpathsea \
TFMFONTS=$srcdir/tests \
VFFONTS=$srcdir/tests \
- ./dvicopy <$srcdir/tests/pplr.dvi >tests/xpplr.dvi 2>&1 || exit 1
+ ./dvicopy <$srcdir/tests/pplr.dvi >tests/xpplr.dvi) 2>&1 || exit 1