From: Steve Hay Date: Thu, 3 Jul 2008 15:08:50 +0000 (+0000) Subject: Fix test count that was missed in #34092 X-Git-Tag: accepted/trunk/20130322.191538~12965 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a782d47cad865bb210f954af0329b9058a215340;p=platform%2Fupstream%2Fperl.git Fix test count that was missed in #34092 p4raw-id: //depot/perl@34100 --- diff --git a/t/op/magic.t b/t/op/magic.t index d852e83..28e0dcc 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -70,7 +70,7 @@ ok $!, $!; close FOO; # just mention it, squelch used-only-once if ($Is_MSWin32 || $Is_NetWare || $Is_Dos || $Is_MPE || $Is_MacOS) { - skip('SIGINT not safe on this platform') for 1..4; + skip('SIGINT not safe on this platform') for 1..5; } else { # the next tests are done in a subprocess because sh spits out a