blob: a36940b23fc6393c872bcf619c3734429b0090da (
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.
./cefconv <$srcdir/tests/cefconv.tex >cefconv.cjk \
&& diff cefconv.cjk $srcdir/tests/cefconv.cjk \
|| exit 1
|