mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48: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
|
||||
</name>
|
||||
<command>
|
||||
non-existing-and-weeeeeeirdname
|
||||
non-existing-and-weeeeeeirdname.
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
@ -14,7 +14,7 @@ multi interface get with non-existing host name
|
||||
lib507
|
||||
</tool>
|
||||
<command>
|
||||
http://doesnotexist.foo/
|
||||
http://doesnotexist.foo./
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user