From: David van Moolenbroek Date: Fri, 9 Mar 2012 01:01:03 +0000 (+0100) Subject: test48: disable failing resolver test X-Git-Tag: v3.2.1~667 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-list.html?a=commitdiff_plain;h=ffaae2614512555c4aa61407f9b87160fbfef450;p=minix.git test48: disable failing resolver test Temporary, until a better solution comes along. Also, .xxx is now a valid TLD! --- diff --git a/test/test48.c b/test/test48.c index 39493c05a..78cf2a06c 100755 --- a/test/test48.c +++ b/test/test48.c @@ -314,10 +314,11 @@ static struct { "255.0.0.0", 0xff000000, 1, 0, 0, 0 }, { "127.0.0.1", 0x7f000001, 1, 0, 0, 0 }, { "localhost", 0x7f000001, 0, 1, 0, 0, }, - { "minix3.org", 0x82251414, 0, 1, 1, 0, }, + /* FIXME: allocate a subdomain for this */ + /* { "minix3.org", 0x82251414, 0, 1, 1, 0, }, */ { "", 0x00000000, 1, 0, 0, (1<