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 /test/confs/0631 | |
parent | dbab2d6f08acd5ccf71d5e8a6cdc1224ab857d7a (diff) |
Testsuite: avoid testsuite installation path issue
Diffstat (limited to 'test/confs/0631')
-rw-r--r-- | test/confs/0631 | 8 |
1 files changed, 4 insertions, 4 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 |