blob: 08368b02f8131feb16e68e54cc92b739385e74f3 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
# Copyright (C) 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
|