Gitweb:
https://git.exim.org/exim.git/commitdiff/e462483c2acf9ecc99e993cc9b73c1aed3ab994a
Commit: e462483c2acf9ecc99e993cc9b73c1aed3ab994a
Parent: fce82eca42de488efa9d9019727c97bbe25a19e7
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Nov 11 18:16:29 2018 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Nov 11 18:36:19 2018 +0000
Testsuite: fix testcases for /etc/services not having smtps
---
test/confs/4061 | 3 ++-
test/confs/4065 | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/confs/4061 b/test/confs/4061
index 3ff106f..4352f58 100644
--- a/test/confs/4061
+++ b/test/confs/4061
@@ -43,7 +43,7 @@ server:
client:
driver = manualroute
- route_data = 127.0.0.1::PORT_D
+ route_data = 127.0.0.1
self = send
transport = smtp
@@ -54,6 +54,7 @@ smtp:
driver = smtp
hosts_pipe_connect = CONTROL
protocol = smtps
+ port = PORT_D
tls_verify_hosts =
tls_try_verify_hosts =
diff --git a/test/confs/4065 b/test/confs/4065
index dcf0d6f..8a8b38f 100644
--- a/test/confs/4065
+++ b/test/confs/4065
@@ -43,7 +43,7 @@ server:
client:
driver = manualroute
- route_data = 127.0.0.1::PORT_D
+ route_data = 127.0.0.1
self = send
transport = smtp
@@ -54,6 +54,7 @@ smtp:
driver = smtp
hosts_pipe_connect = *
protocol = smtps
+ port = PORT_D
tls_verify_hosts =
tls_try_verify_hosts =
hosts_require_auth = *