1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1084
Dan Fandrich 7071dd0162 Added "non-existing host" test keywords to make it easy to skip those
tests on machines that have broken DNS configurations (such as
those configured to use OpenDNS).
2009-05-20 19:30:06 +00:00

42 lines
471 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
--interface
FAILURE
non-existing host
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
http
</features>
<server>
none
</server>
<name>
HTTP GET with invalid --interface
</name>
<command>
http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se.
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
7
</errorcode>
</verify>
</testcase>