Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 1749495

Browse files
committed
extend Pod-Html/t/cache.t cygwin TODO
not just osvers 2.9.0, also later. (cherry picked from commit f3b0c20)
1 parent f688101 commit 1749495

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/Pod-Html/t/cache.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ my %expected_pages =
6363
map { my $f = substr($_, 0, -4); $f => "t/$f" }
6464
<*.pod>;
6565
chdir($cwd);
66-
if ($^O eq "cygwin" and $ENV{APPVEYOR} and $Config{osvers} =~ /^2\.9\.0/) {
66+
TODO: {
67+
local $TODO = "cygwin with osvers with $Config{osvers}" if $^O eq "cygwin";
68+
#and $Config{osvers} =~ /^2\.9\.0/
6769
# The windows image with 2.7.0 worked fine
68-
ok(1, "skip new cygwin on appveyor -x problems" );
69-
} else {
7070
is_deeply(\%pages, \%expected_pages, "cache contents");
7171
}
7272
close $cache;

0 commit comments

Comments
 (0)