git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d2a98
)
Testsuite: fix to ignore SUPPORT_PROXY debug output difference
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 8 Dec 2015 22:39:07 +0000
(22:39 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 8 Dec 2015 22:39:07 +0000
(22:39 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index a9d22dded4c2e01ff18ac8ad6d81b10c9f32672e..d62da04c063913f8ddf0491a597dcd0a1e54adb1 100755
(executable)
--- 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\)/;