adjust the skip count to account for the new test in c22d665b
authorTony Cook <tony@develop-help.com>
Fri, 18 Feb 2011 08:03:55 +0000 (19:03 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 18 Feb 2011 08:03:55 +0000 (19:03 +1100)
t/op/sigdispatch.t

index 5a5fc14..8e861e1 100644 (file)
@@ -39,7 +39,7 @@ eval {
 is($@, "Alarm!\n", 'after the second loop');
 
 SKIP: {
-    skip('We can\'t test blocking without sigprocmask', 8) if $ENV{PERL_CORE_MINITEST} || !$Config{d_sigprocmask};
+    skip('We can\'t test blocking without sigprocmask', 9) if $ENV{PERL_CORE_MINITEST} || !$Config{d_sigprocmask};
 
     require POSIX;
     my $new = POSIX::SigSet->new(&POSIX::SIGUSR1);