From: Jeremy Harris Date: Sun, 13 Feb 2022 13:50:44 +0000 (+0000) Subject: Testsuite: update main-options testcase X-Git-Tag: exim-4.96-RC0~61 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/1e5b71a5318b4147554e9b783e537667d5f04f71 Testsuite: update main-options testcase --- diff --git a/test/scripts/0000-Basic/0001 b/test/scripts/0000-Basic/0001 index 78682571d..43c51b56f 100644 --- a/test/scripts/0000-Basic/0001 +++ b/test/scripts/0000-Basic/0001 @@ -8,8 +8,12 @@ exim -bP accept_8bitmime \ bounce_message_file \ callout_domain_negative_expire \ + commandline_checks_require_admin \ daemon_smtp_ports \ + debug_store \ + dns_cname_loops \ envelope_to_remove \ + exim_version \ finduser_retries \ gecos_name \ headers_charset \ @@ -18,11 +22,14 @@ exim -bP accept_8bitmime \ local_from_check \ max_username_length \ never_users \ + notifier_socket \ percent_hack_domains \ qualify_domain \ retry_interval_max \ receive_timeout \ sender_unqualified_hosts \ + smtp_backlog_monitor \ + spool_wireformat \ tcp_nodelay \ trusted_users \ unknown_login \ diff --git a/test/stdout/0001 b/test/stdout/0001 index adb605fd4..4cb2c5633 100644 --- a/test/stdout/0001 +++ b/test/stdout/0001 @@ -1,8 +1,12 @@ no_accept_8bitmime bounce_message_file = callout_domain_negative_expire = 1h +no_commandline_checks_require_admin daemon_smtp_ports = +debug_store +dns_cname_loops = 1 envelope_to_remove +exim_version = x.yz finduser_retries = 0 gecos_name = CALLER_NAME headers_charset = UTF-8 @@ -11,11 +15,14 @@ keep_malformed = 4d no_local_from_check max_username_length = 8 never_users = root:root +notifier_socket = $spool_directory/exim_daemon_notify percent_hack_domains = qualify_domain = some.dom.ain retry_interval_max = 1d receive_timeout = 0s sender_unqualified_hosts = localhost:some.host.name +smtp_backlog_monitor = 0 +no_spool_wireformat no_tcp_nodelay trusted_users = CALLER:5678 unknown_login = unknownlogin