diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-05-23 04:01:09 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-05-23 04:01:09 -0400 |
commit | c2a8d52a1356a722ff9f4aeb983cd4eaf80ef221 (patch) | |
tree | f10b371771e9967a3a01e9cb039d6d660347e835 /tests/data/test848 | |
parent | dc0a671213fa94489933755828b26f5807d61a7a (diff) |
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 a9499ff from today which added the tests.
Ref: https://github.com/curl/curl/pull/3790
Diffstat (limited to 'tests/data/test848')
-rw-r--r-- | tests/data/test848 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/data/test848 b/tests/data/test848 index bfea56898..2b4a30b2a 100644 --- a/tests/data/test848 +++ b/tests/data/test848 @@ -17,13 +17,13 @@ REPLY AUTHENTICATE + REPLY c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= A002 OK AUTHENTICATE completed </servercmd> <data> -From: me@somewhere -To: fake@nowhere - -body - --- - yours sincerely +From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
</data> </reply> @@ -45,12 +45,12 @@ IMAP plain authentication with alternative authorization identity # Verify data after the test has been "shot" <verify> <protocol> -A001 CAPABILITY -A002 AUTHENTICATE PLAIN -c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= -A003 SELECT 848 -A004 FETCH 1 BODY[] -A005 LOGOUT +A001 CAPABILITY
+A002 AUTHENTICATE PLAIN
+c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ=
+A003 SELECT 848
+A004 FETCH 1 BODY[]
+A005 LOGOUT
</protocol> </verify> </testcase> |