summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-18 08:55:37 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-18 08:55:37 +0000
commit48da425923d2c912902cc946782e4ea8075a4386 (patch)
tree859b649c485bfeb7f5eadacef319eb0657fe8bbd /test
parent16ff981e58427ae8bd5e8420411a9978678841e4 (diff)
Fix tls_required and lost_connection retry testss not working.
Diffstat (limited to 'test')
-rw-r--r--test/confs/20103
-rw-r--r--test/scripts/2000-GnuTLS/20102
2 files changed, 3 insertions, 2 deletions
diff --git a/test/confs/2010 b/test/confs/2010
index c08d4ce49..2415c685e 100644
--- a/test/confs/2010
+++ b/test/confs/2010
@@ -1,6 +1,7 @@
# Exim test configuration 2010
SERVER =
+TIMES =
HOSTS = 127.0.0.1 : HOSTIPV4
exim_path = EXIM_PATH
@@ -54,7 +55,7 @@ send_to_server:
begin retry
-* tls_required
+* tls_required TIMES
* * F,1d,5m
# End
diff --git a/test/scripts/2000-GnuTLS/2010 b/test/scripts/2000-GnuTLS/2010
index 02c82ea79..46bd35b5c 100644
--- a/test/scripts/2000-GnuTLS/2010
+++ b/test/scripts/2000-GnuTLS/2010
@@ -5,7 +5,7 @@ exim -DSERVER=server -bd -oX PORT_D
exim userx@test.ex
Test message
****
-exim -qf
+exim -qf -DTIMES=F,1h,1d
****
exim -DHOSTS=127.0.0.1 -qf
****