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
28 lines
810 B
Diff
28 lines
810 B
Diff
---
|
|
gnulib-tests/gnulib.mk | 12 ++++++------
|
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
|
Index: gnulib-tests/gnulib.mk
|
|
===================================================================
|
|
--- gnulib-tests/gnulib.mk.orig
|
|
+++ gnulib-tests/gnulib.mk
|
|
@@ -893,12 +893,12 @@ EXTRA_DIST += test-getloadavg.c signatur
|
|
## end gnulib module getloadavg-tests
|
|
|
|
## begin gnulib module getlogin-tests
|
|
-
|
|
-TESTS += test-getlogin
|
|
-check_PROGRAMS += test-getlogin
|
|
-test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
|
|
-EXTRA_DIST += test-getlogin.c signature.h macros.h
|
|
-
|
|
+#
|
|
+#TESTS += test-getlogin
|
|
+#check_PROGRAMS += test-getlogin
|
|
+#test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
|
|
+#EXTRA_DIST += test-getlogin.c signature.h macros.h
|
|
+#
|
|
## end gnulib module getlogin-tests
|
|
|
|
## begin gnulib module getndelim2-tests
|