diff --git a/minix/tests/test48.c b/minix/tests/test48.c index 21c644a8f..7f994898c 100644 --- a/minix/tests/test48.c +++ b/minix/tests/test48.c @@ -315,7 +315,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, }, - { "static.minix3.org", 0xC023C00A, 0, 1, 1, 0, }, + { "test48.minix3.org", 0x7f010203, 0, 1, 1, 0, }, { "", 0x00000000, 1, 0, 0, (1<