summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/cef5conv.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/cef5conv.test')
-rwxr-xr-xBuild/source/texk/cjkutils/cef5conv.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/cef5conv.test b/Build/source/texk/cjkutils/cef5conv.test
index 453a2b08343..3d07b683089 100755
--- a/Build/source/texk/cjkutils/cef5conv.test
+++ b/Build/source/texk/cjkutils/cef5conv.test
@@ -1,9 +1,11 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Peter Breitenlohner <tex-live@tug.org>
+# Copyright 2017-2018 Peter Breitenlohner <tex-live@tug.org>
# Copyright 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
+LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
+
./cef5conv <$srcdir/tests/cef5conv.tex >cef5conv.cjk \
&& diff cef5conv.cjk $srcdir/tests/cef5conv.cjk \
|| exit 1