This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c53392
)
sigsystem.t depends on fork().
author
Craig A. Berry
<craigberry@mac.com>
Sun, 1 Jan 2012 14:40:54 +0000
(08:40 -0600)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 1 Jan 2012 14:40:54 +0000
(08:40 -0600)
So don't run it if the function doesn't exist.
t/op/sigsystem.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/sigsystem.t
b/t/op/sigsystem.t
index
ec7f049
..
197ecb2
100644
(file)
--- 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;