forked from pool/coreutils
2566294579
- Add coreutils-fix_false_du_failure_on_newer_xfs.patch that fixes a false negative in the testsuite. - Add coreutils-disable_tests.patch to not run a tests that fail inside the OBS. - Add coreutils-test_without_valgrind.patch to not use valgrind in shuf-reservoir. OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=236
26 lines
783 B
Diff
26 lines
783 B
Diff
---
|
|
gnulib-tests/gnulib.mk | 10 +++++-----
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
Index: gnulib-tests/gnulib.mk
|
|
===================================================================
|
|
--- gnulib-tests/gnulib.mk.orig 2014-09-18 18:39:37.692580154 +0200
|
|
+++ gnulib-tests/gnulib.mk 2014-09-18 18:40:13.905127435 +0200
|
|
@@ -877,11 +877,11 @@ EXTRA_DIST += test-getloadavg.c signatur
|
|
## end gnulib module getloadavg-tests
|
|
|
|
## begin gnulib module getlogin-tests
|
|
-
|
|
-TESTS += test-getlogin
|
|
-check_PROGRAMS += test-getlogin
|
|
-EXTRA_DIST += test-getlogin.c signature.h macros.h
|
|
-
|
|
+#
|
|
+#TESTS += test-getlogin
|
|
+#check_PROGRAMS += test-getlogin
|
|
+#EXTRA_DIST += test-getlogin.c signature.h macros.h
|
|
+#
|
|
## end gnulib module getlogin-tests
|
|
|
|
## begin gnulib module getndelim2-tests
|