summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-06-15 16:16:32 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-06-15 16:16:32 +0100
commit08e7d709ca644d48b54cc731d1428c14f62710be (patch)
treec191bae5811e58920151b3c4204bcdc09b3e4d7f /test/runtest
parent567e584cae0f3999605d4d8c18afdbef75ab62be (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/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 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 =/', },
+
};