findutils: specify on which kernel version the test fail
This commit is contained in:
parent
ef04b4f283
commit
56b95ba437
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
|||
./memory-leak.patch
|
||||
./no-install-statedir.patch
|
||||
|
||||
# prevent tests from failing on old kernels
|
||||
# Prevent tests from failing on old kernels (2.6x)
|
||||
# getdtablesize reports incorrect values if getrlimit() fails
|
||||
./disable-getdtablesize-test.patch
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue