projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fe983fe
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/socket.t
b/t/lib/socket.t
index
7aec86a
..
e63c43a
100644
(file)
--- 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;
}
}