git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1bf43b7
)
Incorrect test for a running SpamAssassin.
author
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 31 Oct 2006 16:13:48 +0000
(16:13 +0000)
committer
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 31 Oct 2006 16:13:48 +0000
(16:13 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index d24f4bba293e34f1f5e48fa5c470eace242b9b21..f3053bdf77e90f3f140ecc7c8402eb187ae51df4 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1,6
+1,6
@@
#! /usr/bin/perl -w
#! /usr/bin/perl -w
-# $Cambridge: exim/test/runtest,v 1.1
5 2006/10/31 11:37:47
ph10 Exp $
+# $Cambridge: exim/test/runtest,v 1.1
6 2006/10/31 16:13:48
ph10 Exp $
###############################################################################
# This is the controlling script for the "new" test suite for Exim. It should #
###############################################################################
# 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)
{
{
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.
print "The spamc command works:\n";
# This test for an active SpamAssassin is courtesy of John Jetmore.