summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/axodraw2
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-13 20:58:57 +0000
committerKarl Berry <karl@freefriends.org>2018-09-13 20:58:57 +0000
commit5af40fa41207cb1d9871b0cb3e9e4d06bf5bdd0b (patch)
tree1a2188aea039bab314b9211a48efe233555e5ebf /Master/texmf-dist/source/latex/axodraw2
parent854bfe4d7f98595f6566c169b98f237eb017f83f (diff)
axodraw2 (13sep18)
git-svn-id: svn://tug.org/texlive/trunk@48655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/axodraw2')
-rwxr-xr-xMaster/texmf-dist/source/latex/axodraw2/axohelp-big.test3
-rwxr-xr-xMaster/texmf-dist/source/latex/axodraw2/axohelp.test3
2 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/axodraw2/axohelp-big.test b/Master/texmf-dist/source/latex/axodraw2/axohelp-big.test
index e0995335d37..e44438022de 100755
--- a/Master/texmf-dist/source/latex/axodraw2/axohelp-big.test
+++ b/Master/texmf-dist/source/latex/axodraw2/axohelp-big.test
@@ -3,6 +3,9 @@
# Copyright (C) 2018 John Collins (jcc8 at psu dot edu)
# You may freely use, modify and/or distribute this file.
+# Prevent errors from sed if it encounters non-UTF-8 strings in utf-8 locale
+LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
+
# Notes about interpretation of tests:
# The test file was generated in the compilation of axodraw2's manual,
# and this test script therefore verifies much functionality of
diff --git a/Master/texmf-dist/source/latex/axodraw2/axohelp.test b/Master/texmf-dist/source/latex/axodraw2/axohelp.test
index f5f1b9beb1b..c54130f355b 100755
--- a/Master/texmf-dist/source/latex/axodraw2/axohelp.test
+++ b/Master/texmf-dist/source/latex/axodraw2/axohelp.test
@@ -6,6 +6,9 @@
# This test is a rudimentary test of axohelp in a form suitable for
# use in TeXLive builds.
+# Prevent errors from sed if it encounters non-UTF-8 strings in utf-8 locale
+LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
+
if test -z "$test_srcdir"; then
# If not set, then we are not running from `make check'.
test_srcdir=`echo "$0" | sed -e 's,/[^\\/]*$,,'` # == dirname $0