try dropping LC_ALL from tests that passed without it

This commit is contained in:
Viktor Szakats 2025-07-22 23:35:36 +02:00
parent cb79471086
commit f806766add
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
10 changed files with 0 additions and 30 deletions

View file

@ -28,9 +28,6 @@ http
proxy
codeset-utf8
</features>
<setenv>
LC_ALL=C.UTF-8
</setenv>
<name>
HTTP over proxy with malformatted IDN host name
</name>

View file

@ -26,9 +26,6 @@ http
proxy
codeset-utf8
</features>
<setenv>
LC_ALL=C.UTF-8
</setenv>
<name>
HTTP over proxy with too long IDN host name
</name>

View file

@ -23,9 +23,6 @@ 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>

View file

@ -20,9 +20,6 @@ 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>

View file

@ -21,9 +21,6 @@ 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>

View file

@ -21,9 +21,6 @@ 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>

View file

@ -24,9 +24,6 @@ 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>

View file

@ -21,9 +21,6 @@ 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>

View file

@ -22,9 +22,6 @@ 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>

View file

@ -26,9 +26,6 @@ IDN
!win32
codeset-utf8
</features>
<setenv>
LC_ALL=C.UTF-8
</setenv>
<name>
SMTP VRFY with SMTPUTF8 support
</name>