forked from mirrors/nixpkgs
findutils: specify on which kernel version the test fail
This commit is contained in:
parent
ef04b4f283
commit
56b95ba437
|
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
./memory-leak.patch
|
./memory-leak.patch
|
||||||
./no-install-statedir.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
|
./disable-getdtablesize-test.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue