From: Steve Holme Date: Thu, 19 Sep 2013 19:29:24 +0000 (+0100) Subject: tests: Updated SMTP AUTH tests to use the new AUTH directive X-Git-Tag: curl-7_33_0~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89d320c2fd160a0e1fe0b7602211fb320e87d1f2;p=thirdparty%2Fcurl.git tests: Updated SMTP AUTH tests to use the new AUTH directive ...rather than specify a customised EHLO response. --- diff --git a/tests/data/test903 b/tests/data/test903 index c41ff3d569..b87b499f97 100644 --- a/tests/data/test903 +++ b/tests/data/test903 @@ -12,7 +12,7 @@ RFC4954 # Server-side -REPLY EHLO 250 AUTH PLAIN +AUTH PLAIN REPLY AUTH 334 PLAIN supported REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated diff --git a/tests/data/test904 b/tests/data/test904 index 650181de05..66fc7addd6 100644 --- a/tests/data/test904 +++ b/tests/data/test904 @@ -11,7 +11,7 @@ RFC4954 # Server-side -REPLY EHLO 250 AUTH LOGIN +AUTH LOGIN REPLY AUTH 334 LOGIN supported REPLY dGVzdA== 334 UGFzc3dvcmQ6 REPLY MTIzNA== 235 Authenticated diff --git a/tests/data/test905 b/tests/data/test905 index 0068f59910..510e1c0ad3 100644 --- a/tests/data/test905 +++ b/tests/data/test905 @@ -12,7 +12,7 @@ RFC4954 # Server-side -REPLY EHLO 250 AUTH CRAM-MD5 +AUTH CRAM-MD5 REPLY AUTH 334 PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+ REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw 235 Authenticated diff --git a/tests/data/test907 b/tests/data/test907 index d191a28777..6a7f5820fa 100644 --- a/tests/data/test907 +++ b/tests/data/test907 @@ -12,7 +12,7 @@ RFC4954 # Server-side -REPLY EHLO 250 AUTH PLAIN +AUTH PLAIN REPLY AUTH 235 Authenticated diff --git a/tests/data/test908 b/tests/data/test908 index 3f4d4242af..0045d8bc07 100644 --- a/tests/data/test908 +++ b/tests/data/test908 @@ -11,7 +11,7 @@ RFC4954 # Server-side -REPLY EHLO 250 AUTH LOGIN +AUTH LOGIN REPLY AUTH 334 UGFzc3dvcmQ6 REPLY MTIzNA== 235 Authenticated