From ee0edf4e662c588075b53185987183343f27621c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 12 Jul 2020 19:44:44 +0200 Subject: test/sam: set LANG=en_US.UTF-8 Conceptually C.UTF-8 would be the correct setting. However, it is currently not supported by upstream glibc (albeit patched in by various distriubtions e.g. Debian, Ubuntu and Fedora). The vis specific tests already use the same locale, hence it is not a new dependency and the Debian CI script has been adapted accordingly in martanne/vis@b0192ce. Fix #25 --- sam/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sam/test.sh b/sam/test.sh index eb81635..ec5d003 100755 --- a/sam/test.sh +++ b/sam/test.sh @@ -3,6 +3,8 @@ NL=' ' +export LANG="en_US.UTF-8" + export VIS_PATH=. [ -z "$VIS" ] && VIS="../../vis" [ -z "$SAM" ] && SAM="sam" -- cgit v1.2.3