summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/op/sigsystem.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/op/sigsystem.t b/t/op/sigsystem.t
index c20d9d2b31..ec7f049560 100644
--- a/t/op/sigsystem.t
+++ b/t/op/sigsystem.t
@@ -2,6 +2,7 @@
BEGIN {
require './test.pl';
+ skip_all_if_miniperl();
}
use strict;
@@ -11,7 +12,7 @@ use Data::Dumper;
plan tests => 4;
SKIP: {
- skip 'Platform doesn\'t support SIGCHLD', 4 if is_miniperl() or not exists $SIG{CHLD};
+ skip 'Platform doesn\'t support SIGCHLD', 4 if not exists $SIG{CHLD};
require POSIX;
require Time::HiRes;