diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-26 12:10:03 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-26 12:21:08 +0100 |
commit | 9f1a75f126ae217a3a3568b106c9133b3c5c413a (patch) | |
tree | 9a7ac8fe4c827c981b49946260ea0d1aa1e5524d /test/scripts | |
parent | 57318bfd2312ea561661906ca8001bd74a01b312 (diff) | |
parent | 89318c714454e11217505d2163d807d5d827f50a (diff) |
Merge branch '4.next'
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0572 | 3 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0609 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0632 | 39 | ||||
-rw-r--r-- | test/scripts/2200-dnsdb/2201 | 1 |
4 files changed, 42 insertions, 2 deletions
diff --git a/test/scripts/0000-Basic/0572 b/test/scripts/0000-Basic/0572 index 2866a23f1..b6c784f10 100644 --- a/test/scripts/0000-Basic/0572 +++ b/test/scripts/0000-Basic/0572 @@ -26,6 +26,9 @@ perl -e 'print "\n";' # exim -bP config **** +perl -e 'print "\n";' +**** +# # exim -n -bP config **** diff --git a/test/scripts/0000-Basic/0609 b/test/scripts/0000-Basic/0609 index 79f214ba8..bda2631f5 100644 --- a/test/scripts/0000-Basic/0609 +++ b/test/scripts/0000-Basic/0609 @@ -1,5 +1,4 @@ # Long ACL delay, truncated -munge debug_pid need_ipv4 # # We want the debug note of a truncated delay diff --git a/test/scripts/0000-Basic/0632 b/test/scripts/0000-Basic/0632 new file mode 100644 index 000000000..4bdefca0b --- /dev/null +++ b/test/scripts/0000-Basic/0632 @@ -0,0 +1,39 @@ +# regex caching +# +exim -d-all+queue_run+expand+lookup -DSERVER=server -bd -oX PORT_D +**** +# +client 127.0.0.1 PORT_D +??? 220 +HELO test.ex +??? 250 +MAIL FROM:<CALLER@test.ex> +??? 250 +RCPT TO:<dest_1@test.ex> +??? 250 +DATA +??? 354 +. +??? 250 +QUIT +??? 221 +**** +client 127.0.0.1 PORT_D +??? 220 +HELO test.ex +??? 250 +MAIL FROM:<CALLER@test.ex> +??? 250 +RCPT TO:<dest_2@test.ex> +??? 250 +DATA +??? 354 +. +??? 250 +QUIT +??? 221 +**** +# +killdaemon +no_msglog_check +no_stdout_check diff --git a/test/scripts/2200-dnsdb/2201 b/test/scripts/2200-dnsdb/2201 index c4dfcfb1b..7fdfda9d5 100644 --- a/test/scripts/2200-dnsdb/2201 +++ b/test/scripts/2200-dnsdb/2201 @@ -1,6 +1,5 @@ # query-style lookup in domains, local_parts, senders need_ipv4 -munge debug_pid exim -d -bt test.ex@test.ex unknown@test.ex **** 2 |