Not having Socket shouldn't result in test failing TEST harness.
Perl 5 Porters [Tue, 9 Jan 1996 02:35:51 +0000 (02:35 +0000)]
t/lib/socket.t

index 7aec86a..e63c43a 100644 (file)
@@ -5,7 +5,7 @@ BEGIN {
     @INC = '../lib' if -d '../lib';
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bSocket\b/ && $Config{'osname'} ne 'VMS') {
-       print STDERR "1..0\n";
+       print "1..0\n";
        exit 0;
     }
 }