Testsuite: fix to ignore SUPPORT_PROXY debug output difference
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 8 Dec 2015 22:39:07 +0000 (22:39 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 8 Dec 2015 22:39:07 +0000 (22:39 +0000)
test/runtest

index a9d22dded4c2e01ff18ac8ad6d81b10c9f32672e..d62da04c063913f8ddf0491a597dcd0a1e54adb1 100755 (executable)
@@ -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\)/;