You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/02/18 23:09:22 UTC

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