GNU Coreutils: Comment on test failures.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18512
This commit is contained in:
Ludovic Courtès 2009-11-22 00:22:42 +00:00
parent e5e6e853de
commit 3548887c27

View file

@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ] ++ stdenv.lib.optional aclSupport acl;
# The check failed the last time we enabled it
# The tests are known broken on Cygwin
# (http://thread.gmane.org/gmane.comp.gnu.core-utils.bugs/19025).
# For the rest, wait for upstream reply at:
# http://thread.gmane.org/gmane.comp.gnu.core-utils.bugs/19024 .
doCheck = false;
meta = {