summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-01 19:46:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-08 16:19:46 +0000
commit23f3dc67a13f71bb8fdf2930052d3fdce85e9774 (patch)
tree780d7e88f9c996c1889d25a7d228d3864d620a33 /test/runtest
parentd658adda50d19b00d2242c0f9162ab510ecda799 (diff)
TLS: Default tls_advertise_hosts to "*". Bug 1709
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 7af30763b..2ef749f33 100755
--- a/test/runtest
+++ b/test/runtest
@@ -952,7 +952,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# are unset, because tls ain't always there.
next if /in\s(?:tls_advertise_hosts\?|hosts_require_tls\?)
- \sno\s\(option\sunset\)/x;
+ \sno\s\((option\sunset|end\sof\slist)\)/x;
# Skip auxiliary group lists because they will vary.