2014-02-24 15:21:36 +01:00
|
|
|
---
|
|
|
|
gnulib-tests/test-getaddrinfo.c | 6 +-----
|
|
|
|
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
|
|
|
|
|
|
Index: gnulib-tests/test-getaddrinfo.c
|
|
|
|
===================================================================
|
2014-08-01 18:10:23 +02:00
|
|
|
--- gnulib-tests/test-getaddrinfo.c.orig
|
|
|
|
+++ gnulib-tests/test-getaddrinfo.c
|
2017-03-10 12:52:01 +01:00
|
|
|
@@ -91,11 +91,7 @@ simple (char const *host, char const *se
|
2014-02-24 15:21:36 +01:00
|
|
|
the test merely because someone is down the country on their
|
|
|
|
in-law's farm. */
|
|
|
|
if (res == EAI_AGAIN)
|
|
|
|
- {
|
|
|
|
- skip++;
|
|
|
|
- fprintf (stderr, "skipping getaddrinfo test: no network?\n");
|
|
|
|
- return 77;
|
|
|
|
- }
|
|
|
|
+ return 0;
|
|
|
|
/* IRIX reports EAI_NONAME for "https". Don't fail the test
|
|
|
|
merely because of this. */
|
|
|
|
if (res == EAI_NONAME)
|