diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-15 04:04:50 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-15 04:04:50 +0000 |
commit | 677ddd616057c2e803b46d67a51a5dffc2012721 (patch) | |
tree | 6066bc1725c261bebe15b881a885e8571a8650d4 /tests/data | |
parent | 228e627475e149ee2aa7487dda7c2f8eedf85578 (diff) |
Make nonexistent host names absolute so tests will pass on machines
with a wildcard DNS search domain.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test20 | 2 | ||||
-rw-r--r-- | tests/data/test507 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test20 b/tests/data/test20 index 5acd69a93..5cfe1fb41 100644 --- a/tests/data/test20 +++ b/tests/data/test20 @@ -13,7 +13,7 @@ http attempt connect to non-existing host name </name> <command> -non-existing-and-weeeeeeirdname +non-existing-and-weeeeeeirdname. </command> </client> diff --git a/tests/data/test507 b/tests/data/test507 index 69dc264a1..59266dfbb 100644 --- a/tests/data/test507 +++ b/tests/data/test507 @@ -14,7 +14,7 @@ multi interface get with non-existing host name lib507 </tool> <command> -http://doesnotexist.foo/ +http://doesnotexist.foo./ </command> </client> |