diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-21 23:44:06 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-22 15:23:37 +0100 |
commit | fbbd45ff5ade30d38ca60ea5aeccc305501c9174 (patch) | |
tree | 17be713e07ab77592e8ea44a670ec24da5a6c47f /test/scripts/2100-OpenSSL | |
parent | 6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (diff) |
Add automatic macros for compile-time feature options
Diffstat (limited to 'test/scripts/2100-OpenSSL')
-rw-r--r-- | test/scripts/2100-OpenSSL/2190 | 2 | ||||
-rw-r--r--[l---------] | test/scripts/2100-OpenSSL/2191 | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/test/scripts/2100-OpenSSL/2190 b/test/scripts/2100-OpenSSL/2190 index 708a36e71..54095d49a 100644 --- a/test/scripts/2100-OpenSSL/2190 +++ b/test/scripts/2100-OpenSSL/2190 @@ -1,5 +1,5 @@ # TLS server, CHUNKING reception -exim -DSERVER=server -DY=tls -bd -oX PORT_D +exim -DSERVER=server -DSRV=tls -bd -oX PORT_D **** # # non-piplined diff --git a/test/scripts/2100-OpenSSL/2191 b/test/scripts/2100-OpenSSL/2191 index 825b021c3..6c1810416 120000..100644 --- a/test/scripts/2100-OpenSSL/2191 +++ b/test/scripts/2100-OpenSSL/2191 @@ -1 +1,8 @@ -../2000-GnuTLS/2091
\ No newline at end of file +# TLS client, CHUNKING transmission +exim -DSERVER=server -DSRV=tls -bd -oX PORT_S +**** +exim -odf CALLER@test.ex +Test message. Contains FF: ÿ +**** +killdaemon +no_msglog_check |