From a44394eac54ef851f70f7b50814e05d363410be7 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 23 May 2019 04:01:09 -0400 Subject: tests: Fix the line endings for the SASL alt-auth tests - Change data and protocol sections to CRLF line endings. Prior to this change the tests would fail or hang, which is because certain sections such as protocol require CRLF line endings. Follow-up to grandparent commit which added the tests. Ref: https://github.com/curl/curl/issues/3653 Ref: https://github.com/curl/curl/pull/3790 NOTE: This commit was cherry-picked and is part of a series of commits that added the authzid feature for upcoming 7.66.0. The series was temporarily reverted in db8ec1f so that it would not ship in a 7.65.x patch release. Closes https://github.com/curl/curl/pull/4186 --- tests/data/test892 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'tests/data/test892') diff --git a/tests/data/test892 b/tests/data/test892 index 89a56fbc4..4b8318292 100644 --- a/tests/data/test892 +++ b/tests/data/test892 @@ -19,13 +19,13 @@ REPLY AUTH + REPLY c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= +OK Login successful -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely @@ -47,11 +47,11 @@ pop3://%HOSTIP:%POP3PORT/892 -u user:secret --sasl-authzid shared-mailbox # Verify data after the test has been "shot" -CAPA -AUTH PLAIN -c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= -RETR 892 -QUIT +CAPA +AUTH PLAIN +c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= +RETR 892 +QUIT -- cgit v1.2.3