diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-05-23 04:01:09 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-08-06 11:38:58 -0400 |
commit | a44394eac54ef851f70f7b50814e05d363410be7 (patch) | |
tree | c55c7548c76a267f74326a26584440f9cee43a25 /tests/data/test849 | |
parent | 29ec1f1981a01a180a10748a827f1fb011371a28 (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 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
Diffstat (limited to 'tests/data/test849')
-rw-r--r-- | tests/data/test849 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test849 b/tests/data/test849 index 65d5eacf7..8a4b39c00 100644 --- a/tests/data/test849 +++ b/tests/data/test849 @@ -43,9 +43,9 @@ IMAP plain authentication with alternative authorization identity (Not authorize # The multi interface considers a broken "CONNECT" as a prematurely broken # transfer and such a connection will not get a "LOGOUT" <protocol> -A001 CAPABILITY -A002 AUTHENTICATE PLAIN -dXJzZWwAa3VydAB4aXBqM3BsbXE= +A001 CAPABILITY
+A002 AUTHENTICATE PLAIN
+dXJzZWwAa3VydAB4aXBqM3BsbXE=
</protocol> </verify> </testcase> |