3
0
forked from pool/coreutils
coreutils/coreutils-disable_tests.patch
Bernhard Voelker 29e6b9981e * sort-keycompare-mb.patch: Add information about the origin of the
patch (in sort.c and the test).  Add a comment why to skip the
11a and 11b tests. Refresh with -p0.
* coreutils-fix_false_du_failure_on_newer_xfs.patch: Refresh with -p0.
* coreutils.spec: Remove -p1 patch option for the above 2 patches.
* coreutils-testsuite.spec: Likewise.
* coreutils-disable_tests.patch: Refresh to avoid fuzz.
* coreutils-test_without_valgrind.patch: Refresh.

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=242
2014-09-30 00:08:21 +00:00

26 lines
711 B
Diff

---
gnulib-tests/gnulib.mk | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: gnulib-tests/gnulib.mk
===================================================================
--- gnulib-tests/gnulib.mk.orig
+++ gnulib-tests/gnulib.mk
@@ -883,11 +883,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