summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-20 16:21:32 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-20 17:44:04 +0100
commitc3161b1d1507995f38347adcd533b4a74c10b00f (patch)
tree1fdfa99b0231687b06bda98648c00cb6d2978604 /test/runtest
parenteb04cefdc4b758677dd762eb1e8480c8b41ea3e5 (diff)
Testsuite: ignore optional-config output
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest
index 71ee0f68e..d8c64eabc 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1082,7 +1082,7 @@ RESET_AFTER_EXTRA_LINE_READ:
if (s/(with \$received_protocol)\}\} \$\{if def:tls_cipher \{\(\$tls_cipher\)\n$/$1/)
{
$_ .= <IN>;
- s/\s+\}\}(?=\(Exim )/\}\} /;
+ s/[ ╎]+\}\}(?=\(Exim )/\}\} /;
}
if (/^ condition: def:tls_cipher$/)
{
@@ -1535,10 +1535,11 @@ $munges =
dkim_(canon|domain|private_key|selector|sign_headers|strict|hash|identity)
|gnutls_require_(kx|mac|protocols)
|hosts_(requ(est|ire)|try)_(dane|ocsp)
- |hosts_(avoid|nopass|require|verify_avoid)_tls
+ |hosts_(avoid|nopass|noproxy|require|verify_avoid)_tls
|socks_proxy
|tls_[^ ]*
- )($|[ ]=)/x' },
+ )($|[ ]=)/x'
+ },
'sys_bindir' =>
{ 'mainlog' => 's%/(usr/(local/)?)?bin/%SYSBINDIR/%' },
@@ -1557,6 +1558,8 @@ $munges =
'peer_terminated_conn' => # actual error differs FreedBSD vs. Linux
{ 'stderr' => 's/^( SMTP\()Connection reset by peer(\)<<)$/$1closed$2/' },
+
+ 'perl_variants'
};