diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-06-15 16:16:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-06-15 16:16:32 +0100 |
commit | 08e7d709ca644d48b54cc731d1428c14f62710be (patch) | |
tree | c191bae5811e58920151b3c4204bcdc09b3e4d7f /test | |
parent | 567e584cae0f3999605d4d8c18afdbef75ab62be (diff) |
Fix testcase 0390 when testing an EXPERIMENTAL_TPDA compile
Insert a custom-munge for the new transport option.
This may be removed once the code goes mainline.
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0390 | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index a3989334d..926385f17 100755 --- a/test/runtest +++ b/test/runtest @@ -1287,6 +1287,9 @@ $munges = 'gnutls_handshake' => { 'mainlog' => 's/\(gnutls_handshake\): Error in the push function/\(gnutls_handshake\): A TLS packet with unexpected length was received/', }, + 'tpda' => + { 'stdout' => '/tpda_delivery_action =/', }, + }; diff --git a/test/scripts/0000-Basic/0390 b/test/scripts/0000-Basic/0390 index cbd8c0ddf..9d3d3ea61 100644 --- a/test/scripts/0000-Basic/0390 +++ b/test/scripts/0000-Basic/0390 @@ -1,4 +1,5 @@ # .ifdef etc +munge tpda exim -bP accept_8bitmime acl_not_smtp acl_smtp_auth acl_smtp_connect acl_smtp_data acl_smtp_etrn acl_smtp_expn acl_smtp_mail acl_smtp_rcpt acl_smtp_vrfy **** exim -DAA -bP accept_8bitmime acl_not_smtp acl_smtp_auth acl_smtp_connect acl_smtp_data acl_smtp_etrn acl_smtp_expn acl_smtp_mail acl_smtp_rcpt acl_smtp_vrfy |