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

# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

test -d tests || mkdir -p tests

./tftopl -char=foo -help || exit 1

TEXMFCNF=$srcdir/../kpathsea \
  ./tftopl -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1

diff $srcdir/tests/cmr10.pl tests/xcmr10.pl || exit 1