test938: Updated to use file input for upload

As the second URL won't be passed input from stdin.
This commit is contained in:
Steve Holme
2014-03-30 22:32:09 +01:00
parent 7dd494c6e7
commit 4043d7b67b

View File

@@ -30,11 +30,11 @@ smtp
<name> <name>
SMTP multiple connection authentication SMTP multiple connection authentication
</name> </name>
<stdin> <file name="log/upload938">
mail body mail body
</stdin> </file>
<command> <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> </command>
</client> </client>