blob: e6d08e6c464a799d5cbb9a2316f7937e62421537 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
./extconv <$srcdir/tests/extconv.tex >extconv.cjk \
&& diff extconv.cjk $srcdir/tests/extconv.cjk \
|| exit 1
|