diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-02 18:50:34 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-02 20:05:30 +0100 |
commit | 9d1c15ef45fcc8809349378922de20ae9a774c75 (patch) | |
tree | eea880b5d958191479639e41302db6513cfc9698 /test/scripts/5750-GnuTLS-TPDA | |
parent | 9d9c374678ae4b04869c90bc5980acfcfb68c336 (diff) |
Certificate variables and field-extractor expansions. Bug 1358
Diffstat (limited to 'test/scripts/5750-GnuTLS-TPDA')
-rw-r--r-- | test/scripts/5750-GnuTLS-TPDA/5750 | 13 | ||||
-rw-r--r-- | test/scripts/5750-GnuTLS-TPDA/REQUIRES | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/test/scripts/5750-GnuTLS-TPDA/5750 b/test/scripts/5750-GnuTLS-TPDA/5750 new file mode 100644 index 000000000..903c79525 --- /dev/null +++ b/test/scripts/5750-GnuTLS-TPDA/5750 @@ -0,0 +1,13 @@ +# TLS client: GnuTLS $tls_out_peercert +exim -DSERVER=server -bd -oX PORT_D +**** +exim bad@test.ex +Testing +**** +exim good@test.ex +Testing +**** +exim -qf +**** +killdaemon +no_msglog_check diff --git a/test/scripts/5750-GnuTLS-TPDA/REQUIRES b/test/scripts/5750-GnuTLS-TPDA/REQUIRES new file mode 100644 index 000000000..af1eb46f7 --- /dev/null +++ b/test/scripts/5750-GnuTLS-TPDA/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_TPDA +support GnuTLS |