From c2a8d52a1356a722ff9f4aeb983cd4eaf80ef221 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 a9499ff from today which added the tests. Ref: https://github.com/curl/curl/pull/3790 --- tests/data/test849 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/data/test849') 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" -A001 CAPABILITY -A002 AUTHENTICATE PLAIN -dXJzZWwAa3VydAB4aXBqM3BsbXE= +A001 CAPABILITY +A002 AUTHENTICATE PLAIN +dXJzZWwAa3VydAB4aXBqM3BsbXE= -- cgit v1.2.3