summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-31 10:55:36 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-31 11:37:05 -0800
commit2bb8ca8d410c837417e06a32b0220a5105fab404 (patch)
tree694840188d1059778e242f5776383e46ffa4c474
parent1e9285c2ad54ae392a3dbf22116a3475c5e96e2f (diff)
downloadperl-2bb8ca8d410c837417e06a32b0220a5105fab404.tar.gz
Correct skip count in sigsystem.t
-rw-r--r--t/op/sigsystem.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sigsystem.t b/t/op/sigsystem.t
index 0197ad9e61..c20d9d2b31 100644
--- a/t/op/sigsystem.t
+++ b/t/op/sigsystem.t
@@ -11,7 +11,7 @@ use Data::Dumper;
plan tests => 4;
SKIP: {
- skip 'Platform doesn\'t support SIGCHLD', 3 if is_miniperl() or not exists $SIG{CHLD};
+ skip 'Platform doesn\'t support SIGCHLD', 4 if is_miniperl() or not exists $SIG{CHLD};
require POSIX;
require Time::HiRes;