You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2021/04/13 10:22:19 UTC

svn commit: r1888718 - /spamassassin/trunk/t/spamc_l.t

Author: hege
Date: Tue Apr 13 10:22:18 2021
New Revision: 1888718

URL: http://svn.apache.org/viewvc?rev=1888718&view=rev
Log:
Remove pointless message

Modified:
    spamassassin/trunk/t/spamc_l.t

Modified: spamassassin/trunk/t/spamc_l.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/spamc_l.t?rev=1888718&r1=1888717&r2=1888718&view=diff
==============================================================================
--- spamassassin/trunk/t/spamc_l.t (original)
+++ spamassassin/trunk/t/spamc_l.t Tue Apr 13 10:22:18 2021
@@ -7,8 +7,6 @@ use Test::More;
 plan skip_all => "No SPAMC exe" if $NO_SPAMC_EXE;
 plan tests => 4;
 
-diag("NOTE: Failure might be because some other process is running on port 8.  Test assumes nothing is listening on port 8.");
-
 # ---------------------------------------------------------------------------
 
 my $errmsg = ($RUNNING_ON_WINDOWS?"10061":"Connection refused");