In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/798bda5901ecadfc40314834ece57421e2c50146?hp=8457b38f6553b1ed5f485478160b745dfe1b7fa9>

- Log -----------------------------------------------------------------
commit 798bda5901ecadfc40314834ece57421e2c50146
Author: Tony Cook <t...@develop-help.com>
Date:   Fri Feb 18 19:03:55 2011 +1100

    adjust the skip count to account for the new test in c22d665b
-----------------------------------------------------------------------

Summary of changes:
 t/op/sigdispatch.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/op/sigdispatch.t b/t/op/sigdispatch.t
index 5a5fc14..8e861e1 100644
--- a/t/op/sigdispatch.t
+++ b/t/op/sigdispatch.t
@@ -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);

--
Perl5 Master Repository

Reply via email to