summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-06 11:27:54 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-06 11:27:54 +0000
commit520de300979cb6cf448cd23f729dd39368202a16 (patch)
tree74eda4f2e0005ec6cae3628a79dd44de686adf8c /test
parenteddd06b00afcd7fd08356839f4515ed7ac339165 (diff)
No paniclog for ECONNRESET when getsockname() fails.
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index f3053bdf7..7bb93720b 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# $Cambridge: exim/test/runtest,v 1.16 2006/10/31 16:13:48 ph10 Exp $
+# $Cambridge: exim/test/runtest,v 1.17 2006/11/06 11:27:54 ph10 Exp $
###############################################################################
# This is the controlling script for the "new" test suite for Exim. It should #
@@ -2205,7 +2205,7 @@ if (defined $parm_support{'Content_Scanning'})
if($@)
{
- warn $@;
+ print " $@";
print " Assume ClamAV is not running\n";
}
else