[exim-cvs] Testsuite: avoid fail on non-TLS bulid

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: avoid fail on non-TLS bulid
Gitweb: https://git.exim.org/exim.git/commitdiff/7ae71ad1ec1fe9ab2aff04efc277b7427f933ea9
Commit:     7ae71ad1ec1fe9ab2aff04efc277b7427f933ea9
Parent:     43ac2ce5e55c134367e7a6c8eb8d2129df00c770
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon May 25 12:41:20 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon May 25 21:05:55 2020 +0100


    Testsuite: avoid fail on non-TLS bulid
---
 test/confs/3901 | 2 ++
 1 file changed, 2 insertions(+)


diff --git a/test/confs/3901 b/test/confs/3901
index 5c7e729..bdcfbce 100644
--- a/test/confs/3901
+++ b/test/confs/3901
@@ -10,11 +10,13 @@ primary_hostname = myhost.test.ex

acl_smtp_rcpt = check_recipient

+.ifdef TRUSTED
tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}

tls_verify_hosts = HOSTIPV4
tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
+.endif

queue_only