findutils: specify on which kernel version the test fail

This commit is contained in:
Jörg Thalheim 2018-09-15 19:41:46 +01:00
parent ef04b4f283
commit 56b95ba437

View file

@ -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
];