diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-07 18:08:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-07 18:08:22 +0100 |
commit | d8d9f9301c9a31c826635bbdd334bb4be99ea05a (patch) | |
tree | 1bfd0accaea8555d5eea9333fc56903de8b050a1 /test | |
parent | 7b9822bffe67da2a43a82d12caf5db00a3ed71c2 (diff) |
Follow CNAME chains only one step. Bug 2264
Diffstat (limited to 'test')
-rw-r--r-- | test/aux-var-src/tls_conf_prefix | 1 | ||||
-rw-r--r-- | test/stdout/0572 | 2 | ||||
-rw-r--r-- | test/stdout/0577 | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/test/aux-var-src/tls_conf_prefix b/test/aux-var-src/tls_conf_prefix index 20b6fe85f..e357b996d 100644 --- a/test/aux-var-src/tls_conf_prefix +++ b/test/aux-var-src/tls_conf_prefix @@ -11,4 +11,5 @@ log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +dns_cname_loops = 9 chunking_advertise_hosts = diff --git a/test/stdout/0572 b/test/stdout/0572 index 96ab5611b..272aa06a1 100644 --- a/test/stdout/0572 +++ b/test/stdout/0572 @@ -85,6 +85,7 @@ spool_directory = TESTSUITE/spool log_file_path = TESTSUITE/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +dns_cname_loops = 9 chunking_advertise_hosts = # 1 "TESTSUITE/aux-var/std_conf_prefix" # 5 "TESTSUITE/test-config" @@ -124,6 +125,7 @@ spool_directory = TESTSUITE/spool log_file_path = TESTSUITE/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +dns_cname_loops = 9 chunking_advertise_hosts = # 1 "TESTSUITE/aux-var/std_conf_prefix" # 5 "TESTSUITE/test-config" diff --git a/test/stdout/0577 b/test/stdout/0577 index 893f92243..80cf3da88 100644 --- a/test/stdout/0577 +++ b/test/stdout/0577 @@ -11,6 +11,7 @@ spool_directory = TESTSUITE/spool log_file_path = TESTSUITE/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +dns_cname_loops = 9 chunking_advertise_hosts = # 1 "TESTSUITE/aux-var/std_conf_prefix" tls_advertise_hosts = |