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:27:06 UTC

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

Author: mss
Date: Mon Jan 19 03:27:04 2004
New Revision: 6226

Modified:
   incubator/spamassassin/trunk/t/spamd_unix.t
Log:
English lesson: We're RUNNING_ON_WINDOWS, *not* IN (stupid me).


Modified: incubator/spamassassin/trunk/t/spamd_unix.t
==============================================================================
--- incubator/spamassassin/trunk/t/spamd_unix.t	(original)
+++ incubator/spamassassin/trunk/t/spamd_unix.t	Mon Jan 19 03:27:04 2004
@@ -3,9 +3,9 @@
 use lib '.'; use lib 't';
 use SATest; sa_t_init("spamd_unix");
 
-use Test; BEGIN { plan tests => ((!$SKIP_SPAMD_TESTS && !$RUNNING_IN_WINDOWS)? 4 : 0) };
+use Test; BEGIN { plan tests => ((!$SKIP_SPAMD_TESTS && !$RUNNING_ON_WINDOWS)? 4 : 0) };
 
-exit unless (!$SKIP_SPAMD_TESTS && !$RUNNING_IN_WINDOWS);
+exit unless (!$SKIP_SPAMD_TESTS && !$RUNNING_ON_WINDOWS);
 
 # ---------------------------------------------------------------------------