From: Gurusamy Sarathy Date: Mon, 10 Jan 2000 19:14:03 +0000 (+0000) Subject: test tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dedd9aebfdb348ca37903d672beb2069515fc6d1;p=p5sagit%2Fp5-mst-13.2.git test tweak p4raw-id: //depot/perl@4791 --- diff --git a/t/op/fork.t b/t/op/fork.t index 79a7b09..7a0b120 100755 --- a/t/op/fork.t +++ b/t/op/fork.t @@ -6,7 +6,7 @@ BEGIN { chdir 't' if -d 't'; unshift @INC, '../lib'; require Config; import Config; - unless ($Config{'d_fork'} || $^O eq 'MSWin32') { + unless ($Config{'d_fork'} || ($^O eq 'MSWin32' && $Config{'useithreads'})) { print "1..0 # Skip: no fork\n"; exit 0; }