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/01/19 12:46:23 UTC

svn commit: rev 6228 - incubator/spamassassin/trunk/t

Author: mss
Date: Mon Jan 19 03:46:23 2004
New Revision: 6228

Modified:
   incubator/spamassassin/trunk/t/SATest.pm
Log:
vim likes tabs...

Modified: incubator/spamassassin/trunk/t/SATest.pm
==============================================================================
--- incubator/spamassassin/trunk/t/SATest.pm	(original)
+++ incubator/spamassassin/trunk/t/SATest.pm	Mon Jan 19 03:46:23 2004
@@ -279,8 +279,8 @@
   my $spamd_stdlog = "log/$testname-spamd.log";
   my $spamd_forker = $ENV{'SPAMD_FORKER'}   ?
                        $ENV{'SPAMD_FORKER'} :
-		     $RUNNING_ON_WINDOWS    ?
-		       "start $perl_path"   :
+                     $RUNNING_ON_WINDOWS    ?
+                       "start $perl_path"   :
                        $perl_path;
   my $spamd_cmd    = join(' ',
                        $spamd_forker,