From 62f789982833b2c6a9005f78da558557992fcf8f Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sun, 1 Jan 2012 08:40:54 -0600 Subject: [PATCH] sigsystem.t depends on fork(). So don't run it if the function doesn't exist. --- t/op/sigsystem.t | 1 + 1 file changed, 1 insertion(+) 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; -- 1.8.3.1