forked from pool/coreutils
c010aa20bb
- Update to 8.27 (for details see included NEWS file) - Refresh patches: * coreutils-build-timeout-as-pie.patch * coreutils-disable_tests.patch * coreutils-getaddrinfo.patch * coreutils-i18n.patch * coreutils-ocfs2_reflinks.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-tests-shorten-extreme-factor-tests.patch * coreutils-testsuite.spec - coreutils.keyring: Update (now ascii-armored) by 'osc service localrun download_files'. - coreutils-tests-port-to-timezone-2017a.patch: Add patch to workaround a FP test failure with newer timezone-2017a. OBS-URL: https://build.opensuse.org/request/show/478455 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=280
22 lines
763 B
Diff
22 lines
763 B
Diff
---
|
|
gnulib-tests/test-getaddrinfo.c | 6 +-----
|
|
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
|
|
Index: gnulib-tests/test-getaddrinfo.c
|
|
===================================================================
|
|
--- gnulib-tests/test-getaddrinfo.c.orig
|
|
+++ gnulib-tests/test-getaddrinfo.c
|
|
@@ -91,11 +91,7 @@ simple (char const *host, char const *se
|
|
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)
|