Skip to content

Commit 096fd76

Browse files
committed
closepid.t: these now work on Windows
1 parent e009ed9 commit 096fd76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/io/closepid.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ my $killsig = 'HUP';
1919
$killsig = 1 unless $Config{sig_name} =~ /\bHUP\b/;
2020

2121
{
22-
local $::TODO = $^O eq "MSWin32" ? "not fixed yet #4106" : undef;
2322
# github #4106
2423
open my $saveout, ">&", \*STDOUT or die;
2524
my $start = time();
@@ -38,8 +37,6 @@ SKIP:
3837
{
3938
skip("Not relevant to $^O", 3)
4039
if $^O eq "VMS";
41-
skip "Waits for any child on Windows", 3
42-
if $^O eq "MSWin32";
4340
skip("only matters for waitpid or wait4", 3)
4441
unless $Config{d_waitpid} || $Config{d_wait4};
4542
# [perl #119893]

0 commit comments

Comments
 (0)