diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-12 14:47:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-12 14:47:01 +0000 |
commit | cf407cb650cdf6bff3b624afd5dca677ad54ba4a (patch) | |
tree | 8a2f293e4997eb269d2b36a5b3002a7b6c6b394e /test/runtest | |
parent | e9477a08d2d1f528b1f127f1d563d77e2cf24a22 (diff) |
Testsuite: 0393 intermittently spits an extra stderr line. Unimportant
for the testcase, so ignore it.
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/test/runtest b/test/runtest index c6111678f..6d4cc1c74 100755 --- a/test/runtest +++ b/test/runtest @@ -1302,19 +1302,22 @@ return 1; ################################################## $munges = { 'dnssec' => - { 'stderr' => '/^Reverse DNS security status: unverified\n/', }, + { 'stderr' => '/^Reverse DNS security status: unverified\n/' }, 'gnutls_unexpected' => - { 'mainlog' => '/\(recv\): A TLS packet with unexpected length was received./', }, + { 'mainlog' => '/\(recv\): A TLS packet with unexpected length was received./' }, 'gnutls_handshake' => - { 'mainlog' => 's/\(gnutls_handshake\): Error in the push function/\(gnutls_handshake\): A TLS packet with unexpected length was received/', }, + { 'mainlog' => 's/\(gnutls_handshake\): Error in the push function/\(gnutls_handshake\): A TLS packet with unexpected length was received/' }, 'optional_events' => - { 'stdout' => '/event_action =/', }, + { 'stdout' => '/event_action =/' }, 'optional_ocsp' => - { 'stderr' => '/127.0.0.1 in hosts_requ(ire|est)_ocsp/', }, + { 'stderr' => '/127.0.0.1 in hosts_requ(ire|est)_ocsp/' }, + + 'no_tpt_filter_epipe' => + { 'stderr' => '/^writing error 32: Broken pipe$/' }, }; |