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

Commit

Permalink
B-C: skip t/cc_last on MSWin32
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jul 21, 2016
1 parent b70a30e commit 580cb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpan/B-C/t/cc_last.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ BEGIN {
}
require TestBC;
}
use Test::More tests => 4;
use Test::More
($^O eq 'MSWin32' ? (skip_all => 'MSWin32') : (tests => 4));
my $base = "ccode_last";

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

0 comments on commit 580cb18

Please sign in to comment.