diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-04 14:02:31 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-04 14:02:31 +0000 |
commit | bd8aa2d172edfb841402caf8c2524628505df8ea (patch) | |
tree | 4902d51afbc94a5632d0813177b282f564df3f74 /test/stderr | |
parent | b37a5c9448e62db562cfcda07f12ed541d0bebb7 (diff) |
Update test after debug message bug fix.
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0069 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/stderr/0069 b/test/stderr/0069 index b0ab07fae..8c3bb1f5f 100644 --- a/test/stderr/0069 +++ b/test/stderr/0069 @@ -87,7 +87,8 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> check hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13 >>> no IP address found for host non.existent.invalid (during SMTP connection from [V4NET.0.0.13]) LOG: no IP address found for host non.existent.invalid (during SMTP connection from [V4NET.0.0.13]) ->>> failed to find IP address for non.existent.invalid: item ignored by +ignore_unknownhost in "+ignore_unknown : non.existent.invalid : V4NET.0.0.13"? yes (matched "V4NET.0.0.13") +>>> failed to find IP address for non.existent.invalid: item ignored by +ignore_unknown +>>> host in "+ignore_unknown : non.existent.invalid : V4NET.0.0.13"? yes (matched "V4NET.0.0.13") >>> accept: condition test succeeded >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) |