diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-27 22:23:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-01-27 22:23:31 +0000 |
commit | 9e160d8100cd15517a3444c1ad8ab81e51399582 (patch) | |
tree | 499585feb087c895356001c0174708ba28049808 /test/stderr/0305 | |
parent | 3555c705d667038a1037d72511b277473f1a7248 (diff) |
Debug: config file name & line number for each ACL verb
Diffstat (limited to 'test/stderr/0305')
-rw-r--r-- | test/stderr/0305 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0305 b/test/stderr/0305 index 7fc6cfc5b..4576166b1 100644 --- a/test/stderr/0305 +++ b/test/stderr/0305 @@ -7,14 +7,14 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "acl1" ->>> processing "accept" +>>> processing "accept" (TESTSUITE/test-config 18) >>> check domains = +ok_domains >>> 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" +>>> processing "accept" (TESTSUITE/test-config 18) >>> check domains = +ok_domains >>> junk.junk in ""? no (end of list) >>> junk.junk in "+ok_domains"? no (end of list) |