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/18 17:56:25 UTC

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

Author: mss
Date: Sun Jan 18 08:56:24 2004
New Revision: 6206

Modified:
   incubator/spamassassin/trunk/t/SATest.pm
Log:
Don't knock over the slashes under Windows -- the apps have to handle it themselves.


Modified: incubator/spamassassin/trunk/t/SATest.pm
==============================================================================
--- incubator/spamassassin/trunk/t/SATest.pm	(original)
+++ incubator/spamassassin/trunk/t/SATest.pm	Sun Jan 18 08:56:24 2004
@@ -264,7 +264,6 @@
   {
     $spamdargs = "$spamd -D $sdargs";
   }
-  $spamdargs =~ tr,/,\\, if $RUNNING_ON_WINDOWS;
 
   if ($set_test_prefs) {
     warn "oops! SATest.pm: a test prefs file was created, but spamd isn't reading it\n";