diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 22:39:07 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 22:39:07 +0000 |
commit | 4058e3f6d73fe51173d12911416133284749b778 (patch) | |
tree | 47a88baa606aebbb4d72ed7e4c794e3132fa018e /test | |
parent | e6d2a9894df8c3b65920e903ab21076a0a37e20e (diff) |
Testsuite: fix to ignore SUPPORT_PROXY debug output difference
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
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\)/; |