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

Commit 580cb18

Browse files
author
Reini Urban
committed
B-C: skip t/cc_last on MSWin32
1 parent b70a30e commit 580cb18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpan/B-C/t/cc_last.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ BEGIN {
1010
}
1111
require TestBC;
1212
}
13-
use Test::More tests => 4;
13+
use Test::More
14+
($^O eq 'MSWin32' ? (skip_all => 'MSWin32') : (tests => 4));
1415
my $base = "ccode_last";
1516

1617
# XXX Bogus. This is not the real 'last' failure as described in the README

0 commit comments

Comments
 (0)