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/test953 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/data/test953') diff --git a/tests/data/test953 b/tests/data/test953 index a7636dc22..4a70e1f31 100644 --- a/tests/data/test953 +++ b/tests/data/test953 @@ -29,7 +29,7 @@ smtp SMTP plain authentication with alternative authorization identity -mail body +mail body smtp://%HOSTIP:%SMTPPORT/953 --mail-rcpt recipient@example.com --mail-from sender@example.com -u kurt:xipj3plmq --sasl-authzid ursel -T - @@ -40,17 +40,17 @@ smtp://%HOSTIP:%SMTPPORT/953 --mail-rcpt recipient@example.com --mail-from sende # Verify data after the test has been "shot" -EHLO 953 -AUTH PLAIN -dXJzZWwAa3VydAB4aXBqM3BsbXE= -MAIL FROM: -RCPT TO: -DATA -QUIT +EHLO 953 +AUTH PLAIN +dXJzZWwAa3VydAB4aXBqM3BsbXE= +MAIL FROM: +RCPT TO: +DATA +QUIT -mail body -. +mail body +. -- cgit v1.2.3