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