1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test20
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

26 lines
310 B
Plaintext

# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
attempt connect to non-existing host name
</name>
<command>
non-existing-and-weeeeeeirdname.
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
6
</errorcode>
</verify>