diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-10-26 13:44:31 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-10-26 13:50:08 +0100 |
commit | e4670a102921ca6b97f1948125f4adf44bdc6719 (patch) | |
tree | fc0ff3458a5e185230a6cba4d540583ea140ab49 /tests/data/test919 | |
parent | 1f0e50f2b98f7ac6e4e3a5a59aef5db05b10e6db (diff) | |
download | curl-e4670a102921ca6b97f1948125f4adf44bdc6719.tar.gz |
tests: Tidy up of SMTP and POP3 tests
Corrected line endings, RFC references and standardised on user names
and passwords used in the tests.
Diffstat (limited to 'tests/data/test919')
-rw-r--r-- | tests/data/test919 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test919 b/tests/data/test919 index bc26fef55..22508ab28 100644 --- a/tests/data/test919 +++ b/tests/data/test919 @@ -30,7 +30,7 @@ SMTP plain authentication with initial response mail body
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T - +smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T - </command> </client> @@ -39,7 +39,7 @@ smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sende <verify> <protocol> EHLO 919
-AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ=
+AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
|