[exim-cvs] Testsuite: fix CHUNKING tests for no-DKIM build

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: fix CHUNKING tests for no-DKIM build
Gitweb: https://git.exim.org/exim.git/commitdiff/1ccc4edfce288968e4ea79586b00506ddefe1371
Commit:     1ccc4edfce288968e4ea79586b00506ddefe1371
Parent:     8768d5483a5894400ae1f70cda1beb44ed9b087c
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Aug 22 23:01:30 2018 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Aug 22 23:01:30 2018 +0100


    Testsuite: fix CHUNKING tests for no-DKIM build
---
 test/confs/0900 | 2 ++
 1 file changed, 2 insertions(+)


diff --git a/test/confs/0900 b/test/confs/0900
index 869084d..dfb58eb 100644
--- a/test/confs/0900
+++ b/test/confs/0900
@@ -112,6 +112,7 @@ remote_smtp_dkim:
command_timeout = 2s
final_timeout = 2s

+.ifdef _HAVE_DKIM
 .ifdef SRV
   dkim_domain =        test.ex
   dkim_selector =    sel
@@ -120,6 +121,7 @@ remote_smtp_dkim:
   dkim_sign_headers =    LIST
 .endif
 .endif
+.endif


# ----- Retry -----