summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/lib/socket.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/socket.t b/t/lib/socket.t
index 7aec86a045..e63c43ae4c 100644
--- a/t/lib/socket.t
+++ b/t/lib/socket.t
@@ -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;
}
}