diff options
Diffstat (limited to 'lib/perl5db/de0.t')
-rw-r--r-- | lib/perl5db/de0.t | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/perl5db/de0.t b/lib/perl5db/de0.t index d626dd47be..a3ad5a7706 100644 --- a/lib/perl5db/de0.t +++ b/lib/perl5db/de0.t @@ -2,10 +2,7 @@ BEGIN { require Config; import Config; - if (!$Config{'d_fork'} - # open2/3 supported on win32 (but not Borland due to CRT bugs) - && (($^O ne 'MSWin32' && $^O ne 'NetWare') || $Config{'cc'} =~ /^bcc/i)) - { + unless ($Config{d_fork}) { print "1..0\n"; exit 0; } |