From 74c7c01f631c7212ad62e79b1bdd3e5c394962a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 20 Sep 2020 18:10:04 +0200 Subject: test/vim: set an UTF-8 locale This is consistent with the vis and sam specific tests which already use the same value. See also ee0edf4e662c588075b53185987183343f27621c and 2751b370cfa2be7ca21620f807ac3e04ce653c28. --- vim/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/test.sh b/vim/test.sh index 7657b5b..aaf4051 100755 --- a/vim/test.sh +++ b/vim/test.sh @@ -10,6 +10,7 @@ TESTS_RUN=0 TESTS_OK=0 TESTS_SKIP=0 +export LANG="en_US.UTF-8" export VIS_PATH=. if type "$VIM" >/dev/null 2>&1; then -- cgit v1.2.3