[exim-cvs] Testsuite: use correct client for GnuTLS platform

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: use correct client for GnuTLS platform
Gitweb: https://git.exim.org/exim.git/commitdiff/49611f2c224d1c57170e4a5179b5b3a8ca938106
Commit:     49611f2c224d1c57170e4a5179b5b3a8ca938106
Parent:     67fff935faa625a5ee69087e7d34bce34ee03d77
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Mar 14 22:47:07 2020 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Mar 14 22:48:14 2020 +0000


    Testsuite: use correct client for GnuTLS platform
---
 test/scripts/3450-plaintext-GnuTLS/3450 | 4 ++--
 test/scripts/3450-plaintext-GnuTLS/3454 | 4 ++--
 test/stdout/3450                        | 1 -
 test/stdout/3454                        | 2 --
 4 files changed, 4 insertions(+), 7 deletions(-)


diff --git a/test/scripts/3450-plaintext-GnuTLS/3450 b/test/scripts/3450-plaintext-GnuTLS/3450
index 0494118..d18387e 100644
--- a/test/scripts/3450-plaintext-GnuTLS/3450
+++ b/test/scripts/3450-plaintext-GnuTLS/3450
@@ -2,7 +2,7 @@
gnutls
exim -DSERVER=server -bd -oX PORT_D
****
-client-ssl HOSTIPV4 PORT_D
+client-gnutls HOSTIPV4 PORT_D
??? 220
ehlo foobar
??? 250-
@@ -17,7 +17,7 @@ auth plain AHVzZXJ4AHNlY3JldA==
quit
??? 221
****
-client-ssl 127.0.0.1 PORT_D
+client-gnutls 127.0.0.1 PORT_D
??? 220
ehlo foobar
??? 250-
diff --git a/test/scripts/3450-plaintext-GnuTLS/3454 b/test/scripts/3450-plaintext-GnuTLS/3454
index 7ef0077..c867ef5 100644
--- a/test/scripts/3450-plaintext-GnuTLS/3454
+++ b/test/scripts/3450-plaintext-GnuTLS/3454
@@ -2,7 +2,7 @@
gnutls
exim -DSERVER=server -bd -oX PORT_D
****
-client-ssl 127.0.0.1 PORT_D
+client-gnutls 127.0.0.1 PORT_D
??? 220
ehlo foobar
??? 250-myhost
@@ -17,7 +17,7 @@ starttls
auth plain AHVzZXJ4AHNlY3JldA==
??? 503
****
-client-ssl 127.0.0.1 PORT_D
+client-gnutls 127.0.0.1 PORT_D
??? 220
ehlo foobar
??? 250-myhost
diff --git a/test/stdout/3450 b/test/stdout/3450
index 03e1add..1eb09c9 100644
--- a/test/stdout/3450
+++ b/test/stdout/3450
@@ -48,7 +48,6 @@ Connecting to 127.0.0.1 port 1225 ... connected
??? 220
<<< 220 TLS go ahead
Attempting to start TLS
-SSL connection using ke-RSA-AES256-SHAnnn
Succeeded in starting TLS
>>> ehlo foobar

??? 250-
diff --git a/test/stdout/3454 b/test/stdout/3454
index 539632c..5050b7f 100644
--- a/test/stdout/3454
+++ b/test/stdout/3454
@@ -20,7 +20,6 @@ Connecting to 127.0.0.1 port 1225 ... connected
??? 220 TLS
<<< 220 TLS go ahead
Attempting to start TLS
-SSL connection using ke-RSA-AES256-SHAnnn
Succeeded in starting TLS
>>> auth plain AHVzZXJ4AHNlY3JldA==

??? 503
@@ -48,7 +47,6 @@ Connecting to 127.0.0.1 port 1225 ... connected
??? 220 TLS
<<< 220 TLS go ahead
Attempting to start TLS
-SSL connection using ke-RSA-AES256-SHAnnn
Succeeded in starting TLS
>>> ehlo foobar

??? 250-myhost