aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-09-20 18:10:04 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-09-20 18:10:04 +0200
commit74c7c01f631c7212ad62e79b1bdd3e5c394962a9 (patch)
tree1df1abac2c1f0e264429bd56e5dc912269706506
parent1cabfc5ae2bae6af5060289497244192a2abb14f (diff)
downloadvis-74c7c01f631c7212ad62e79b1bdd3e5c394962a9.tar.gz
vis-74c7c01f631c7212ad62e79b1bdd3e5c394962a9.tar.xz
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.
-rwxr-xr-xvim/test.sh1
1 files changed, 1 insertions, 0 deletions
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