From 798bda5901ecadfc40314834ece57421e2c50146 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 18 Feb 2011 19:03:55 +1100 Subject: [PATCH] adjust the skip count to account for the new test in c22d665b --- t/op/sigdispatch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4