gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 11/18: test165: set LC_ALL=en_US.UTF-8 too


From: gnunet
Subject: [gnurl] 11/18: test165: set LC_ALL=en_US.UTF-8 too
Date: Fri, 20 Dec 2019 14:49:13 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 23208e330ac0c2164d59971baf79e87c45da1840
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Dec 19 10:10:54 2019 +0100

    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
---
 tests/data/test165 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]