diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-19 10:10:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-19 14:26:26 +0100 |
commit | 23208e330ac0c2164d59971baf79e87c45da1840 (patch) | |
tree | a4c68a05fac9c65cea8be11a275067ae2fbdc4b3 /tests | |
parent | e9685cd75dc657ba14276f04750f0b6c67c1d485 (diff) |
test165: set LC_ALL=en_US.UTF-8 too
On my current Debian Unstable with libidn2 2.2.0, I get an error if
LC_ALL is set to blank. Then curl errors out with:
curl: (3) Failed to convert www.åäö.se to ACE; could not convert string to UTF-8
Closes #4738
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test165 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test165 b/tests/data/test165 index 9009425aa..47de3919b 100644 --- a/tests/data/test165 +++ b/tests/data/test165 @@ -32,7 +32,7 @@ idn proxy </features> <setenv> -LC_ALL= +LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 </setenv> <precheck> |