summaryrefslogtreecommitdiff
path: root/t/op/fork.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/fork.t')
-rwxr-xr-xt/op/fork.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/op/fork.t b/t/op/fork.t
index 598310b63f..9790ff0f8c 100755
--- a/t/op/fork.t
+++ b/t/op/fork.t
@@ -2,6 +2,16 @@
# $RCSfile: fork.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:53 $
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib';
+ require Config; import Config;
+ unless ($Config{'d_fork'}) {
+ print "1..0\n";
+ exit 0;
+ }
+}
+
$| = 1;
print "1..2\n";