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 2007/07/25 20:42:54 UTC

svn commit: r559551 - /spamassassin/trunk/t/root_spamd_u.t

Author: jm
Date: Wed Jul 25 11:42:50 2007
New Revision: 559551

URL: http://svn.apache.org/viewvc?view=rev&rev=559551
Log:
oops, miscounted tests

Modified:
    spamassassin/trunk/t/root_spamd_u.t

Modified: spamassassin/trunk/t/root_spamd_u.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/root_spamd_u.t?view=diff&rev=559551&r1=559550&r2=559551
==============================================================================
--- spamassassin/trunk/t/root_spamd_u.t (original)
+++ spamassassin/trunk/t/root_spamd_u.t Wed Jul 25 11:42:50 2007
@@ -10,7 +10,7 @@
 use constant IS_ROOT => eval { ($> == 0); };
 use constant RUN_TESTS => (TEST_ENABLED && IS_ROOT);
 
-BEGIN { plan tests => (RUN_TESTS ? 14 : 0) };
+BEGIN { plan tests => (RUN_TESTS ? 11 : 0) };
 exit unless RUN_TESTS;
 
 # ---------------------------------------------------------------------------