diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-07 18:51:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-07 18:51:56 +0000 |
commit | 8df47dca3671434f40108b0eef16086c7cee70bc (patch) | |
tree | 9e67b1ccfc4ee03d2856a03e19b9a681ba4906f9 | |
parent | dbab2d6f08acd5ccf71d5e8a6cdc1224ab857d7a (diff) |
Testsuite: avoid testsuite installation path issue
-rw-r--r-- | test/confs/0631 | 8 | ||||
-rw-r--r-- | test/stderr/0631 | 5 | ||||
-rw-r--r-- | test/stdout/0631 | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/test/confs/0631 b/test/confs/0631 index 89f282703..17691e423 100644 --- a/test/confs/0631 +++ b/test/confs/0631 @@ -15,13 +15,13 @@ acl_smtp_data = chk_data begin acl chk_mail: - accept control = debug/tag=_acl/opts=-all+acl/pretrigger=270 + # Too hard to check for the buffer-full case due to test host + # varying path sizes on the 'processing "verb"' lines + # So give a massive buffer we will not fill. + accept control = debug/tag=_acl/opts=-all+acl/pretrigger=2048 message = yes1 message = yes2 message = yes3 - message = yes4 - message = yes5 - message = yes6 chk_rcpt: accept control = debug/trigger=now diff --git a/test/stderr/0631 b/test/stderr/0631 index f0dc9300e..967600d79 100644 --- a/test/stderr/0631 +++ b/test/stderr/0631 @@ -1,7 +1,6 @@ + message: yes1 + message: yes2 message: yes3 - message: yes4 - message: yes5 - message: yes6 accept: condition test succeeded in ACL "chk_mail" end of ACL "chk_mail": ACCEPT using ACL "chk_rcpt" diff --git a/test/stdout/0631 b/test/stdout/0631 index 5ca8747c8..cc0d9bb43 100644 --- a/test/stdout/0631 +++ b/test/stdout/0631 @@ -14,7 +14,7 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 250 HELP >>> MAIL FROM:<test_3@paniclogrouter> ??? 250 -<<< 250 yes6 +<<< 250 yes3 >>> RCPT TO:<dest3@test.ex> ??? 250 <<< 250 Accepted |