summaryrefslogtreecommitdiff
path: root/tests/data/test960
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-26 14:49:55 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-26 14:49:55 +0100
commite29f86e86265a5e17a0919f6b491749ee00d2339 (patch)
tree7ea1ba817e11166f96ce28f651bbe60ac01a620c /tests/data/test960
parenteef3b43ae88647689bf68585081f30994563f75d (diff)
downloadcurl-e29f86e86265a5e17a0919f6b491749ee00d2339.tar.gz
tests: use plain UTF-8 instead of en_US.UTF-8bagder/tests-utf8
... to make the tests work on other UTF-8 locales as well. Reported-by: Oumph on github Fixes #6768
Diffstat (limited to 'tests/data/test960')
-rw-r--r--tests/data/test9604
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test960 b/tests/data/test960
index 68d8eda72..4b2941cbc 100644
--- a/tests/data/test960
+++ b/tests/data/test960
@@ -21,8 +21,8 @@ smtp
!win32
</features>
<setenv>
-LC_ALL=en_US.UTF-8
-LC_CTYPE=en_US.UTF-8
+LC_ALL=UTF-8
+LC_CTYPE=UTF-8
</setenv>
<precheck>
perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'