diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 17:14:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 17:14:31 +0000 |
commit | caf28f95ce0a617b075cf66e24a0e4b0b8aaf18e (patch) | |
tree | b1481052d9d68514ddc1264e628f437e2b50f812 /test/stderr/0305 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0305')
-rw-r--r-- | test/stderr/0305 | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/test/stderr/0305 b/test/stderr/0305 index 5e67667f3..1fc1cf15c 100644 --- a/test/stderr/0305 +++ b/test/stderr/0305 @@ -6,24 +6,30 @@ >>> host in helo_verify_hosts? no (option unset) >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) ->>> list element: ->>> list element: @ ->>> list element: @[] +>>> host in pipelining_connect_advertise_hosts? +>>> list element: +>>> test in helo_lookup_domains? +>>> list element: @ +>>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl1" >>> processing "accept" (TESTSUITE/test-config 18) >>> check domains = +ok_domains ->>> list element: +ok_domains ->>> list element: ten-1.test.ex ->>> ten-1.test.ex in "ten-1.test.ex"? yes (matched "ten-1.test.ex") ->>> ten-1.test.ex in "+ok_domains"? yes (matched "+ok_domains") +>>> ten-1.test.ex in "+ok_domains"? +>>> list element: +ok_domains +>>> ten-1.test.ex in "ten-1.test.ex"? +>>> list element: ten-1.test.ex +>>> ten-1.test.ex in "ten-1.test.ex"? yes (matched "ten-1.test.ex") +>>> ten-1.test.ex in "+ok_domains"? yes (matched "+ok_domains") >>> accept: condition test succeeded in ACL "acl1" >>> end of ACL "acl1": ACCEPT >>> using ACL "acl1" >>> processing "accept" (TESTSUITE/test-config 18) >>> check domains = +ok_domains ->>> list element: +ok_domains ->>> junk.junk in ""? no (end of list) +>>> junk.junk in "+ok_domains"? +>>> list element: +ok_domains +>>> junk.junk in ""? +>>> junk.junk in ""? no (end of list) >>> junk.junk in "+ok_domains"? no (end of list) >>> accept: condition test failed in ACL "acl1" >>> end of ACL "acl1": implicit DENY |