From eddd06b00afcd7fd08356839f4515ed7ac339165 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 31 Oct 2006 16:13:48 +0000 Subject: [PATCH] Incorrect test for a running SpamAssassin. --- test/runtest | 3 +-- 1 file changed, 1 insertion(+), 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. -- 2.25.1