From: Craig A. Berry Date: Sun, 1 Jan 2012 14:40:54 +0000 (-0600) Subject: sigsystem.t depends on fork(). X-Git-Tag: v5.15.7~343 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/62f789982833b2c6a9005f78da558557992fcf8f sigsystem.t depends on fork(). So don't run it if the function doesn't exist. --- diff --git a/t/op/sigsystem.t b/t/op/sigsystem.t index ec7f049..197ecb2 100644 --- a/t/op/sigsystem.t +++ b/t/op/sigsystem.t @@ -3,6 +3,7 @@ BEGIN { require './test.pl'; skip_all_if_miniperl(); + skip_all_without_config(qw(d_fork)); } use strict;