Mailing List Archive

svn commit: rev 6727 - incubator/spamassassin/trunk/t
Author: jm
Date: Wed Feb 18 14:09:20 2004
New Revision: 6727

Modified:
incubator/spamassassin/trunk/t/spamd_protocol_10.t
Log:
use 127.0.0.1 IP addr instead of 'localhost' to avoid test failure reported in bug 2749

Modified: incubator/spamassassin/trunk/t/spamd_protocol_10.t
==============================================================================
--- incubator/spamassassin/trunk/t/spamd_protocol_10.t (original)
+++ incubator/spamassassin/trunk/t/spamd_protocol_10.t Wed Feb 18 14:09:20 2004
@@ -57,7 +57,7 @@
my($data, $proto10) = @_;

$socket = new IO::Socket::INET(
- PeerAddr => 'localhost',
+ PeerAddr => '127.0.0.1',
PeerPort => $spamdport,
Proto => "tcp",
Type => SOCK_STREAM