You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2007/04/20 23:09:51 UTC

svn commit: r530922 - /spamassassin/trunk/t/spamc_headers.t

Author: sidney
Date: Fri Apr 20 14:09:50 2007
New Revision: 530922

URL: http://svn.apache.org/viewvc?view=rev&rev=530922
Log:
use correct test for whether to run spamc tests. use correct name for test in sa_t_init

Modified:
    spamassassin/trunk/t/spamc_headers.t

Modified: spamassassin/trunk/t/spamc_headers.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/spamc_headers.t?view=diff&rev=530922&r1=530921&r2=530922
==============================================================================
--- spamassassin/trunk/t/spamc_headers.t (original)
+++ spamassassin/trunk/t/spamc_headers.t Fri Apr 20 14:09:50 2007
@@ -1,9 +1,9 @@
 #!/usr/bin/perl
 
 use lib '.'; use lib 't';
-use SATest; sa_t_init("spamc_A");
+use SATest; sa_t_init("spamc_headers");
 
-use Test; plan tests => ($NO_SPAMC_EXE ? 0 : 5);
+use Test; plan tests => ($SKIP_SPAMC_TESTS ? 0 : 5);
 exit if $NO_SPAMC_EXE;
 
 # ---------------------------------------------------------------------------