diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-22 15:47:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-22 17:15:55 +0100 |
commit | 492fd282bc8f158258e4f019a8211885352efc2c (patch) | |
tree | 9ad3467c8c796494591eff8c9fffed3549c11e08 /test/runtest | |
parent | 5bfe3b3511e3e4f0ef0be45231cedf661d877b45 (diff) |
Testsuite: ignore optional-config output
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index 5fbf1d3fe..23319b755 100755 --- a/test/runtest +++ b/test/runtest @@ -1083,9 +1083,9 @@ RESET_AFTER_EXTRA_LINE_READ: if (s/(with \$received_protocol)\}\} \$\{if def:tls_cipher \{\(\$tls_cipher\)\n$/$1/) { $_ .= <IN>; - s/[ ╎]+\}\}(?=\(Exim )/\}\} /; + s/[\s╎]+\}\}(?=\(Exim )/\}\} /; } - if (/^ condition: def:tls_cipher$/) + if (/^ ├──condition: def:tls_cipher$/) { <IN>; <IN>; <IN>; <IN>; <IN>; <IN>; <IN>; <IN>; <IN>; <IN>; <IN>; next; |