mirror of
https://github.com/curl/curl.git
synced 2026-06-06 08:24:40 +03:00
Revert "try dropping LC_ALL from tests that passed without it"
This reverts commit f806766add.
This commit is contained in:
parent
13b1254ac9
commit
6d97851658
10 changed files with 30 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ http
|
|||
proxy
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
HTTP over proxy with malformatted IDN host name
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ http
|
|||
proxy
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
HTTP over proxy with too long IDN host name
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP without SMTPUTF8 support - UTF-8 based sender (local part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP VRFY without SMTPUTF8 support - UTF-8 recipient (local part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (local part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP without SMTPUTF8 support - UTF-8 based recipient (host part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ smtp
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (host part only)
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ IDN
|
|||
!win32
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP VRFY with SMTPUTF8 support
|
||||
</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue