diff options
author | Jan Dubois <jand@activestate.com> | 1999-02-13 14:25:53 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-13 18:20:13 +0000 |
commit | 1614b0e3dbf90c9b641852b6b2b5de79d17584fa (patch) | |
tree | 16a04e5b2017d0d07b381fd39a83979e2c38dfa8 /t | |
parent | 9e7bc3e8c0a5a5a357a2bda9981a86c5a61092c1 (diff) | |
download | perl-1614b0e3dbf90c9b641852b6b2b5de79d17584fa.tar.gz |
"goto must have label" message for C<goto ''>
Message-Id: <36c9629c.13334874@smtp1.ibm.net>
p4raw-id: //depot/perl@2908
Diffstat (limited to 't')
-rw-r--r-- | t/lib/io_unix.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/lib/io_unix.t b/t/lib/io_unix.t index ccb274847f..30e7c0e4e5 100644 --- a/t/lib/io_unix.t +++ b/t/lib/io_unix.t @@ -10,6 +10,11 @@ BEGIN { use Config; BEGIN { + if (!$Config{d_fork}) { + print "1..0\n"; + exit 0; + } + if(-d "lib" && -f "TEST") { if ( ($Config{'extensions'} !~ /\bSocket\b/ || $Config{'extensions'} !~ /\bIO\b/) && |