mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Make nonexistent host names absolute so tests will pass on machines
with a wildcard DNS search domain.
This commit is contained in:
parent
228e627475
commit
677ddd6160
@ -13,7 +13,7 @@ http
|
|||||||
attempt connect to non-existing host name
|
attempt connect to non-existing host name
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
non-existing-and-weeeeeeirdname
|
non-existing-and-weeeeeeirdname.
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ multi interface get with non-existing host name
|
|||||||
lib507
|
lib507
|
||||||
</tool>
|
</tool>
|
||||||
<command>
|
<command>
|
||||||
http://doesnotexist.foo/
|
http://doesnotexist.foo./
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user