test938: Updated to use file input for upload
authorSteve Holme <steve_holme@hotmail.com>
Sun, 30 Mar 2014 21:32:09 +0000 (22:32 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 30 Mar 2014 21:40:34 +0000 (22:40 +0100)
As the second URL won't be passed input from stdin.

tests/data/test938

index 5f7a715..7299d34 100644 (file)
@@ -30,11 +30,11 @@ smtp
  <name>
 SMTP multiple connection authentication
  </name>
-<stdin>
+<file name="log/upload938">
 mail body\r
-</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>