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

svn commit: rev 43431 - spamassassin/trunk/t

Author: mss
Date: Mon Sep  6 14:55:32 2004
New Revision: 43431

Modified:
   spamassassin/trunk/t/spf.t
Log:
The fix for bug 3690 was incomplete, it didn't always exit.


Modified: spamassassin/trunk/t/spf.t
==============================================================================
--- spamassassin/trunk/t/spf.t	(original)
+++ spamassassin/trunk/t/spf.t	Mon Sep  6 14:55:32 2004
@@ -13,7 +13,7 @@
 
 };
 
-exit unless HAS_SPFQUERY;
+exit unless (TEST_ENABLED && HAS_SPFQUERY);
 
 # ---------------------------------------------------------------------------