From 677ddd616057c2e803b46d67a51a5dffc2012721 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 15 Mar 2005 04:04:50 +0000 Subject: [PATCH] Make nonexistent host names absolute so tests will pass on machines with a wildcard DNS search domain. --- tests/data/test20 | 2 +- tests/data/test507 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/test20 b/tests/data/test20 index 5acd69a..5cfe1fb 100644 --- a/tests/data/test20 +++ b/tests/data/test20 @@ -13,7 +13,7 @@ http attempt connect to non-existing host name -non-existing-and-weeeeeeirdname +non-existing-and-weeeeeeirdname. diff --git a/tests/data/test507 b/tests/data/test507 index 69dc264..59266df 100644 --- a/tests/data/test507 +++ b/tests/data/test507 @@ -14,7 +14,7 @@ multi interface get with non-existing host name lib507 -http://doesnotexist.foo/ +http://doesnotexist.foo./ -- 2.7.4