summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/cefconv.test
blob: fe6aded53d6e42b49c975d673260ebf62e7e3d6a (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.

./cefconv <$srcdir/tests/cefconv.tex >cefconv.cjk \
	&& diff cefconv.cjk $srcdir/tests/cefconv.cjk \
	|| exit 1