From 4058e3f6d73fe51173d12911416133284749b778 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 8 Dec 2015 22:39:07 +0000 Subject: [PATCH 1/1] Testsuite: fix to ignore SUPPORT_PROXY debug output difference --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) 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\)/; -- 2.25.1