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
1 changed files with 3 additions and 3 deletions

View File

@ -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>