1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test507
Dan Fandrich 677ddd6160 Make nonexistent host names absolute so tests will pass on machines
with a wildcard DNS search domain.
2005-03-15 04:04:50 +00:00

27 lines
313 B
Plaintext

# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
multi interface get with non-existing host name
</name>
<tool>
lib507
</tool>
<command>
http://doesnotexist.foo./
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
6
</errorcode>
</verify>