]> Zhao Yanbai Git Server - minix.git/commitdiff
Test48: resolve existing hostname with static IP address
authorThomas Veerman <thomas@minix3.org>
Fri, 9 Mar 2012 11:44:03 +0000 (11:44 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 9 Mar 2012 11:44:03 +0000 (11:44 +0000)
test/test48.c

index 78cf2a06c8bec43d14f99ca5086ed6ba76250fd0..a1af20b786a8bb4aeb1328cb6451d46e53466c8f 100755 (executable)
@@ -314,8 +314,7 @@ 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,                },
-       /* FIXME: allocate a subdomain for this */
-       /* { "minix3.org",     0x82251414, 0, 1, 1, 0,                }, */
+       { "static.minix3.org",     0xC023C00A, 0, 1, 1, 0,                },
        { "",               0x00000000, 1, 0, 0, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)},
        { "256.256.256.256",0x00000000, 1, 0, 0, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)},
        { "minix3.xyz",     0x00000000, 0, 0, 1, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)}};