From: Jeremy Harris Date: Tue, 8 Dec 2015 22:39:07 +0000 (+0000) Subject: Testsuite: fix to ignore SUPPORT_PROXY debug output difference X-Git-Tag: exim-4_87_RC1~3 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/4058e3f6d73fe51173d12911416133284749b778 Testsuite: fix to ignore SUPPORT_PROXY debug output difference --- diff --git a/test/runtest b/test/runtest index a9d22dded..d62da04c0 100755 --- a/test/runtest +++ b/test/runtest @@ -1026,6 +1026,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x; + # SUPPORT_PROXY + next if /host in hosts_proxy\?/; + # Experimental_International next if / in smtputf8_advertise_hosts\? no \(option unset\)/;