From 2751b370cfa2be7ca21620f807ac3e04ce653c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 25 Feb 2020 12:37:42 +0100 Subject: Revert "test/vis: use C.UTF-8 locale" Apparently the C.UTF-8 locale is not yet supported by upstrem glibc. As a result this breaks the tests on distributions such as Arch Linux which use unmodified glibc. This reverts commit 92ee4fc43fd750246bbc1529082c0c0c8d9f233e. Fix #20 --- vis/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vis/test.sh b/vis/test.sh index e8c57c2..26702d3 100755 --- a/vis/test.sh +++ b/vis/test.sh @@ -2,7 +2,7 @@ export VIS_PATH=. export PATH="$(pwd)/../..:$PATH" -export LANG="C.UTF-8" +export LANG="en_US.UTF-8" [ -z "$VIS" ] && VIS="../../vis" $VIS -v -- cgit v1.2.3