diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-12 15:49:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-12 15:49:28 +0000 |
commit | 79547a5a8eb24bd39d6769c721ebba9ffe9b9c82 (patch) | |
tree | 7e78a974555bbc6b675452285b568f35eb78f878 /test/runtest | |
parent | cf407cb650cdf6bff3b624afd5dca677ad54ba4a (diff) |
Testsuite: munge for unrelated test affected by EXPERIMENTAL_CERTNAMES
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
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/' }, + }; |