projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8457b38
)
adjust the skip count to account for the new test in c22d665b
author
Tony Cook
<tony@develop-help.com>
Fri, 18 Feb 2011 08:03:55 +0000
(19:03 +1100)
committer
Tony Cook
<tony@develop-help.com>
Fri, 18 Feb 2011 08:03:55 +0000
(19:03 +1100)
t/op/sigdispatch.t
patch
|
blob
|
history
diff --git
a/t/op/sigdispatch.t
b/t/op/sigdispatch.t
index
5a5fc14
..
8e861e1
100644
(file)
--- 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);