summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-28 21:36:13 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-28 21:36:13 +0100
commitc246a1de8851d7810d53de3cda953d88f7139639 (patch)
tree27cd992a97bd4e44fa3573c4aa1dc259b925a40e /test/scripts
parentc5db348c5e29e93e51389fa0079f829967c5da82 (diff)
Add macro support to -be expansion test mode. Bug 1623
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/054210
1 files changed, 6 insertions, 4 deletions
diff --git a/test/scripts/0000-Basic/0542 b/test/scripts/0000-Basic/0542
index 0c6362bde..1c8c03b5f 100644
--- a/test/scripts/0000-Basic/0542
+++ b/test/scripts/0000-Basic/0542
@@ -7,13 +7,15 @@ Subject: The subject is not the object
This is the body of the message. Make the line longer than any header.
****
sudo exim -be -Mset $msg1
-From: $h_from:
-Subject: $h_subject:
+from: $h_from:
+subject: $h_subject:
message_body_size=$message_body_size
message_id=$message_id
message_exim_id=$message_exim_id
max_received_linelength=$max_received_linelength
recipients=$recipients
+TESTING_MACROS=$recipients
+(TESTING_MACROS)
****
exim -bs
mail from:<userz@test.ex>
@@ -29,8 +31,8 @@ This is the body of the message. Make the line much longer than any header.
quit
****
sudo exim -be -Mset $msg2
-From: $h_from:
-Subject: $h_subject:
+from: $h_from:
+subject: $h_subject:
message_body_size=$message_body_size
message_id=$message_id
message_exim_id=$message_exim_id