From: Stefan Metzmacher Date: Fri, 15 Feb 2019 16:24:57 +0000 (+0100) Subject: tests/test_res_init.c: avoid using public ipv6 addresses from google in tests X-Git-Tag: resolv_wrapper-1.1.6~13 X-Git-Url: http://git.samba.org/?p=resolv_wrapper.git;a=commitdiff_plain;h=396e83a1537a6f5df1cbe8aa152180c36cd18764 tests/test_res_init.c: avoid using public ipv6 addresses from google in tests Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/tests/test_res_init.c b/tests/test_res_init.c index 5cd3591..7f73378 100644 --- a/tests/test_res_init.c +++ b/tests/test_res_init.c @@ -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;