tests/test_res_init.c: avoid using public ipv6 addresses from google in tests
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Feb 2019 16:24:57 +0000 (17:24 +0100)
committerAndreas Schneider <asn@samba.org>
Fri, 20 Mar 2020 12:20:57 +0000 (13:20 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
tests/test_res_init.c

index 5cd3591a3d4e8d681470e186106bd8185f5f8008..7f7337838adc8d96a7dfa24ad4abbd27cf749052 100644 (file)
@@ -83,10 +83,10 @@ static void test_res_ninit(void **state)
        const char *nameservers[] = {
                "127.0.0.1",
                "10.10.10.1",
-               "2607:f8b0:4009:802::1011",
+               "fd53:53:53:53::1011",
                "10.10.10.2",
                "10.10.10.3",
-               "2607:f8b0:4009:802::1012",
+               "fd53:53:53:53::1012",
                NULL,
        };
        int i;