summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/dvicopy.test
blob: fee7675391ff651d3d3d9beaca557adf30645193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

test -d tests || mkdir -p tests

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.)

# 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