Gitweb:
http://git.exim.org/exim.git/commitdiff/08e7d709ca644d48b54cc731d1428c14f62710be
Commit: 08e7d709ca644d48b54cc731d1428c14f62710be
Parent: 567e584cae0f3999605d4d8c18afdbef75ab62be
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jun 15 16:16:32 2014 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jun 15 16:16:32 2014 +0100
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.
---
test/runtest | 3 +++
test/scripts/0000-Basic/0390 | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/test/runtest b/test/runtest
index a398933..926385f 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 cbd8c0d..9d3d3ea 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