summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-11-12 15:49:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-11-12 15:49:28 +0000
commit79547a5a8eb24bd39d6769c721ebba9ffe9b9c82 (patch)
tree7e78a974555bbc6b675452285b568f35eb78f878 /test/runtest
parentcf407cb650cdf6bff3b624afd5dca677ad54ba4a (diff)
Testsuite: munge for unrelated test affected by EXPERIMENTAL_CERTNAMES
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 6d4cc1c74..0eda52d91 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1319,6 +1319,9 @@ $munges =
'no_tpt_filter_epipe' =>
{ 'stderr' => '/^writing error 32: Broken pipe$/' },
+ 'optional_cert_hostnames' =>
+ { 'stderr' => '/in tls_verify_cert_hostnames\? no/' },
+
};