diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-13 11:34:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-13 11:34:38 +0000 |
commit | 1e835086d1592bdfbcd8577133965b78470840ac (patch) | |
tree | f59b796ea82b41bfa78a3ee620e877af9fd18b0c /test | |
parent | 63deec8a3ba77fcabf405d9c30fdd65a8b909526 (diff) |
Named queues: support multiple queue-runners from single daemon
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/0000-Basic/0576 | 2 | ||||
-rw-r--r-- | test/stdout/0576 | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index 5d6e8fc21..90d87c927 100644 --- a/test/scripts/0000-Basic/0576 +++ b/test/scripts/0000-Basic/0576 @@ -104,8 +104,10 @@ exim -bp exim -bp -qGalternate **** # +### move msg from default to third q exim -MG third $msg1 **** +### move msg from alternate q to third q exim -qGalternate -MG third $msg1 **** ### third q diff --git a/test/stdout/0576 b/test/stdout/0576 index 48e29b761..48cc6fd71 100644 --- a/test/stdout/0576 +++ b/test/stdout/0576 @@ -53,7 +53,9 @@ 0m sss 10HmbC-0005vi-00 <CALLER@the.local.host.name> alternate@test.ex +### move msg from default to third q Message 10HmbB-0005vi-00 +### move msg from alternate q to third q Message 10HmbC-0005vi-00 ### third q 0m sss 10HmbB-0005vi-00 <CALLER@the.local.host.name> @@ -79,6 +81,8 @@ Message 10HmbB-0005vi-00 Message 10HmbC-0005vi-00 ### load messages ### default q ### alternate q +### move msg from default to third q +### move msg from alternate q to third q ### third q ### default q ### alternate q |