ph10 2006/10/31 16:13:48 GMT
Modified files:
exim-test runtest
Log:
Incorrect test for a running SpamAssassin.
Revision Changes Path
1.16 +0 -1 exim/exim-test/runtest
Index: runtest
===================================================================
RCS file: /home/cvs/exim/exim-test/runtest,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- runtest 31 Oct 2006 11:37:47 -0000 1.15
+++ runtest 31 Oct 2006 16:13:48 -0000 1.16
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# $Cambridge: exim/exim-test/runtest,v 1.15 2006/10/31 11:37:47 ph10 Exp $
+# $Cambridge: exim/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 (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.