Skip to content

Commit c6bb15c

Browse files
committed
Skip fork test on Win32
1 parent b0e813c commit c6bb15c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

t/60-fork.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use Test::More;
77
use DodTestUtil;
88

99
BEGIN {
10+
plan skip_all => 'Not for Win32' if $^O eq 'MSWin32';
11+
1012
my @requires = qw(
1113
Parallel::ForkManager
1214
Test::SharedFork

0 commit comments

Comments
 (0)