summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-06-04 20:28:25 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-06-04 21:54:52 +0100
commitb3ef41c94af9aefec7b6855cf2ce73ffeaba9d9a (patch)
treeb4a58a99cfca03ab585d109fdf8484bf3b7f87fc /test/runtest
parent93893bd908c58f8d97b1847a5b1f933267de3058 (diff)
TLS authenticator
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 c95e5a021..616ded37c 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1375,6 +1375,9 @@ $munges =
'delay_1500' =>
{ 'stderr' => 's/(1[5-9]|23\d)\d\d msec/ssss msec/' },
+ 'tls_anycipher' =>
+ { 'mainlog' => 's/ X=TLS\S+ / X=TLS_proto_and_cipher /' },
+
};