Subject: | Cygwin: enable memory test |
Please treat Cygwin like Linux whenever possible.
Subject: | perl-XML-LibXML.src.patch |
--- origsrc/XML-LibXML-2.0121/t/11memory.t 2012-08-09 09:31:14.000000000 +0200
+++ src/XML-LibXML-2.0121/t/11memory.t 2015-05-23 22:14:20.301252900 +0200
@@ -7,7 +7,7 @@ use TestHelpers;
use Test::More;
use constant TIMES_THROUGH => $ENV{MEMORY_TIMES} || 100_000;
-if ($^O ne 'linux')
+if (($^O ne 'linux') and not ($^O eq 'cygwin'))
{
plan skip_all => 'linux platform only.';
}