diff options
Diffstat (limited to 'Build/source/texk/cjkutils/extconv.test')
-rwxr-xr-x | Build/source/texk/cjkutils/extconv.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/cjkutils/extconv.test b/Build/source/texk/cjkutils/extconv.test new file mode 100755 index 00000000000..08368b02f81 --- /dev/null +++ b/Build/source/texk/cjkutils/extconv.test @@ -0,0 +1,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 + |