summaryrefslogtreecommitdiff
path: root/t/op/sigsystem.t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2012-01-01 08:40:54 -0600
committerCraig A. Berry <craigberry@mac.com>2012-01-01 08:40:54 -0600
commit62f789982833b2c6a9005f78da558557992fcf8f (patch)
treed3d64a721d43855930a99a1682330501c83b28ed /t/op/sigsystem.t
parent7c533927e2b2b634c0bfb1840f970e3dc6401047 (diff)
downloadperl-62f789982833b2c6a9005f78da558557992fcf8f.tar.gz
sigsystem.t depends on fork().
So don't run it if the function doesn't exist.
Diffstat (limited to 't/op/sigsystem.t')
-rw-r--r--t/op/sigsystem.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/sigsystem.t b/t/op/sigsystem.t
index ec7f049560..197ecb2873 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;