SHA256
1
0
forked from pool/coreutils
coreutils/coreutils-disable_tests.patch
Dirk Mueller 073dfd0e93 - update to 9.2:
* 'comm --output-delimiter="" --total' now delimits columns
    in the total line with the NUL character, consistent with
    NUL column delimiters in the rest of the output.
    Previously no delimiters were used for the total line in
    this case.
  * 'cp -p' no longer has a security hole when cloning into a
    dangling symbolic link on macOS 10.12 and later.
- drop gnulib-simple-backup-fix.patch (upstream)
- drop coreutils-tests-workaround-make-fdleak.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=344
2023-03-21 21:00:25 +00:00

24 lines
756 B
Diff

---
gnulib-tests/gnulib.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: gnulib-tests/gnulib.mk
===================================================================
--- gnulib-tests/gnulib.mk.orig
+++ gnulib-tests/gnulib.mk
@@ -1115,10 +1115,10 @@ EXTRA_DIST += test-getloadavg.c signatur
## begin gnulib module getlogin-tests
-TESTS += test-getlogin
-check_PROGRAMS += test-getlogin
-test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB)
-EXTRA_DIST += test-getlogin.c test-getlogin.h signature.h macros.h
+# TESTS += test-getlogin
+# check_PROGRAMS += test-getlogin
+# test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB)
+# EXTRA_DIST += test-getlogin.c test-getlogin.h signature.h macros.h
## end gnulib module getlogin-tests