You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2004/10/13 05:28:39 UTC

svn commit: rev 54726 - spamassassin/trunk/t

Author: parker
Date: Tue Oct 12 20:28:37 2004
New Revision: 54726

Modified:
   spamassassin/trunk/t/spamc_l.t
Log:
Fix up comment to match the code

Modified: spamassassin/trunk/t/spamc_l.t
==============================================================================
--- spamassassin/trunk/t/spamc_l.t	(original)
+++ spamassassin/trunk/t/spamc_l.t	Tue Oct 12 20:28:37 2004
@@ -19,7 +19,7 @@
 
 );
 
-# connect on port 9 (discard): should always fail
+# connect on port 8 (unassigned): should always fail
 ok (scrunwithstderr ("-l -p 8 < data/etc/hello.txt", \&patterns_run_cb));
 ok_all_patterns();