diff options
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 |