Commit 790b2086 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Corrected command line arguments in test907 and test908

parent f9b691cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ SMTP plain authentication with initial response
mail body
</stdin>
 <command>
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@from -u test:1234 -T --sasl-ir -
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@from -u test:1234 --sasl-ir -T -
</command>
</client>

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ SMTP login authentication with initial response
mail body
</stdin>
 <command>
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@foo --mail-from 908@from -u test:1234 -T --sasl-ir -
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@foo --mail-from 908@from -u test:1234 --sasl-ir -T -
</command>
</client>