You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2013/01/11 18:56:42 UTC

svn commit: r1432196 - /spamassassin/trunk/t/dkim.t

Author: kmcgrail
Date: Fri Jan 11 17:56:42 2013
New Revision: 1432196

URL: http://svn.apache.org/viewvc?rev=1432196&view=rev
Log:
small update for dkim test rename

Modified:
    spamassassin/trunk/t/dkim.t

Modified: spamassassin/trunk/t/dkim.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/dkim.t?rev=1432196&r1=1432195&r2=1432196&view=diff
==============================================================================
--- spamassassin/trunk/t/dkim.t (original)
+++ spamassassin/trunk/t/dkim.t Fri Jan 11 17:56:42 2013
@@ -5,7 +5,7 @@ use warnings;
 use re 'taint';
 use lib '.'; use lib 't';
 
-use SATest; sa_t_init("dkim2");
+use SATest; sa_t_init("dkim");
 use Test;
 
 use vars qw(%patterns %anti_patterns);