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/test507 | |
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/test507')
-rw-r--r-- | tests/data/test507 | 2 |
1 files changed, 1 insertions, 1 deletions
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> |