diff options
author | Tony Cook <tony@develop-help.com> | 2011-02-18 19:03:55 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2011-02-18 19:03:55 +1100 |
commit | 798bda5901ecadfc40314834ece57421e2c50146 (patch) | |
tree | 3f84332283234d0e1785b010924450f7e8762e43 /t/op/sigdispatch.t | |
parent | 8457b38f6553b1ed5f485478160b745dfe1b7fa9 (diff) | |
download | perl-798bda5901ecadfc40314834ece57421e2c50146.tar.gz |
adjust the skip count to account for the new test in c22d665b
Diffstat (limited to 't/op/sigdispatch.t')
-rw-r--r-- | 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 5a5fc14671..8e861e1979 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); |