summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/cefsconv.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/cefsconv.test')
-rwxr-xr-xBuild/source/texk/cjkutils/cefsconv.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/cefsconv.test b/Build/source/texk/cjkutils/cefsconv.test
index a618902d5c0..f9e31d9a757 100755
--- a/Build/source/texk/cjkutils/cefsconv.test
+++ b/Build/source/texk/cjkutils/cefsconv.test
@@ -1,9 +1,11 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# Copyright 2017-2018 Karl Berry <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
+
./cefsconv <$srcdir/tests/cefsconv.tex >cefsconv.cjk \
&& diff cefsconv.cjk $srcdir/tests/cefsconv.cjk \
|| exit 1