curl/tests/data/test1471
Dan Fandrich a094ec1a85 test1471/2: add http as a required feature
curl bails out early with a different error message if http support is
compiled out.

Ref: #10705
2023-03-30 23:55:33 -07:00

43 lines
477 B
Plaintext

<testcase>
<info>
<keywords>
Onion
Tor
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
none
</server>
<features>
http
</features>
<name>
Fail to resolve .onion TLD
</name>
<command>
red.onion
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# Couldn't resolve host name
<errorcode>
6
</errorcode>
<stderr mode="text">
curl: (6) Not resolving .onion address (RFC 7686)
</stderr>
</verify>
</testcase>