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/0394 | |
parent | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff) |
Debug: quieten environment-cleaning
Diffstat (limited to 'test/stderr/0394')
-rw-r--r-- | test/stderr/0394 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/test/stderr/0394 b/test/stderr/0394 index 9b42e635d..25b6353cf 100644 --- a/test/stderr/0394 +++ b/test/stderr/0394 @@ -1,6 +1,7 @@ >>> host in hosts_connection_nolog? no (option unset) ->>> list element: * ->>> host in host_lookup? yes (matched "*") +>>> host in host_lookup? +>>> list element: * +>>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name LOG: no host name found for IP address V4NET.255.255.255 @@ -17,8 +18,9 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> end of ACL "connect": not OK LOG: H=[V4NET.255.255.255] rejected connection in "connect" ACL: host lookup failed (failed to find host name from IP address) >>> host in hosts_connection_nolog? no (option unset) ->>> list element: * ->>> host in host_lookup? yes (matched "*") +>>> host in host_lookup? +>>> list element: * +>>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name LOG: no host name found for IP address V4NET.255.255.255 @@ -34,8 +36,9 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> require: condition test error in ACL "connect" LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "certificate/defer_ok" (this verify item has no options) >>> host in hosts_connection_nolog? no (option unset) ->>> list element: * ->>> host in host_lookup? yes (matched "*") +>>> host in host_lookup? +>>> list element: * +>>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name LOG: no host name found for IP address V4NET.255.255.255 @@ -51,8 +54,9 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> require: condition test error in ACL "connect" LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "helo/defer_ok" (this verify item has no options) >>> host in hosts_connection_nolog? no (option unset) ->>> list element: * ->>> host in host_lookup? yes (matched "*") +>>> host in host_lookup? +>>> list element: * +>>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name LOG: no host name found for IP address V4NET.255.255.255 |