blob: edc0fcf3759cc8c50fed8dbf93e79886930520f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh
# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir/cftests \
./otangle cftest cftest || exit 1
diff cftest.p $srcdir/cftests/ocftest.p || exit 1
|