curl/tests/data/test964
Viktor Szakats e09321d7d3
Revert "test a few per-test combinations"
This reverts commit ecea989937db4e41d8f9dda0209b8a444b7a06bf.

962 and 965 works, that's the two setting both LC_ variables

```
FAIL 165: 'HTTP over proxy with IDN host name' HTTP, HTTP GET, HTTP proxy, IDN
FAIL 963: 'SMTP without SMTPUTF8 support (IDN) - UTF-8 recipient (host part only)' SMTP, IDN
FAIL 964: 'SMTP external VRFY without SMTPUTF8 (IDN) - UTF-8 recipient (host part)' SMTP, VRFY, IDN
FAIL 966: 'SMTP with SMTPUTF8 support - UTF-8 based recipient' SMTP, IDN
FAIL 967: 'SMTP external VRFY with SMTPUTF8 support' SMTP, VRFY, IDN
FAIL 1448: 'Redirect following to UTF-8 IDN host name' HTTP, HTTP GET, IDN, followlocation, --resolve, --write-out
FAIL 1560: 'URL API' unittest, urlapi
FAIL 2046: 'Connection reuse with IDN host name' HTTP, HTTP GET, IDN, followlocation, --resolve, --write-out
FAIL 2047: 'Connection reuse with IDN host name over HTTP proxy' HTTP, HTTP GET, HTTP proxy, IDN, followlocation, --write-out
```
2025-07-22 23:07:47 +02:00

47 lines
596 B
Text

<testcase>
<info>
<keywords>
SMTP
VRFY
IDN
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<features>
IDN
!win32
codeset-utf8
</features>
<setenv>
PLACEHOLDER1
PLACEHOLDER2=1
</setenv>
<name>
SMTP external VRFY without SMTPUTF8 (IDN) - UTF-8 recipient (host part)
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO %TESTNUMBER
VRFY user@xn--4cab6c.se
QUIT
</protocol>
</verify>
</testcase>