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

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