summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-31 16:13:48 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-31 16:13:48 +0000
commiteddd06b00afcd7fd08356839f4515ed7ac339165 (patch)
treecc045cd9beead3d862ccbea0e4cdc8b18d0becf3 /test
parent1bf43b7812e6dd16ab21c42a28f6ba34a28d2bb7 (diff)
Incorrect test for a running SpamAssassin.
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index d24f4bba2..f3053bdf7 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# $Cambridge: exim/test/runtest,v 1.15 2006/10/31 11:37:47 ph10 Exp $
+# $Cambridge: exim/test/runtest,v 1.16 2006/10/31 16:13:48 ph10 Exp $
###############################################################################
# This is the controlling script for the "new" test suite for Exim. It should #
@@ -2044,7 +2044,6 @@ if (defined $parm_support{'Content_Scanning'})
{
if (system("spamc -h 2>/dev/null >/dev/null") == 0)
{
- $parm_running{'SpamAssassin'} = ' ';
print "The spamc command works:\n";
# This test for an active SpamAssassin is courtesy of John Jetmore.