forked from pool/glibc
a30da1c424
Update to latest 2.16 git head OBS-URL: https://build.opensuse.org/request/show/131848 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=208
16 lines
636 B
Diff
16 lines
636 B
Diff
test-lfs runs for ever on ReiserFS. Let's disable it completely.
|
|
|
|
Index: glibc-2.15.90/io/Makefile
|
|
===================================================================
|
|
--- glibc-2.15.90.orig/io/Makefile
|
|
+++ glibc-2.15.90/io/Makefile
|
|
@@ -63,7 +63,7 @@ static-only-routines = stat fstat lstat
|
|
|
|
others := pwd
|
|
test-srcs := ftwtest
|
|
-tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
|
|
+tests := test-utime test-stat test-stat2 tst-getcwd \
|
|
tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 tst-statvfs \
|
|
tst-openat tst-unlinkat tst-fstatat tst-futimesat \
|
|
tst-renameat tst-fchownat tst-fchmodat tst-faccessat \
|