diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-03-30 22:32:09 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-03-30 22:40:34 +0100 |
commit | 4043d7b67b6d4c03e8c529408edbe65bc66e5ae1 (patch) | |
tree | b78a7b3c4aad76032bde8ac2dc1cd93c87c9d8a2 /tests/data/test938 | |
parent | 7dd494c6e7bc0c3a0447f6bb5dcf2b37ac50e8f6 (diff) |
test938: Updated to use file input for upload
As the second URL won't be passed input from stdin.
Diffstat (limited to 'tests/data/test938')
-rw-r--r-- | tests/data/test938 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test938 b/tests/data/test938 index 5f7a715c8..7299d34c4 100644 --- a/tests/data/test938 +++ b/tests/data/test938 @@ -30,11 +30,11 @@ smtp <name> SMTP multiple connection authentication </name> -<stdin> +<file name="log/upload938"> mail body
-</stdin> +</file> <command> -smtp://%HOSTIP:%SMTPPORT/938001 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.one:secret -T - -: smtp://%HOSTIP:%SMTPPORT/938002 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.two:secret -T - +smtp://%HOSTIP:%SMTPPORT/938001 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.one:secret -T log/upload938 -: smtp://%HOSTIP:%SMTPPORT/938002 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.two:secret -T log/upload938 </command> </client> |