SHA256
1
0
forked from pool/coreutils
coreutils/coreutils-disable_tests.patch
Philipp Thomas 2566294579 - Add coreutils-modify_sparse_test.patch to fix the test for sparse handling.
- 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
2014-09-19 08:29:04 +00:00

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