diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-14 22:47:07 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-14 22:48:14 +0000 |
commit | 49611f2c224d1c57170e4a5179b5b3a8ca938106 (patch) | |
tree | 30a289ea44d8f5dcc9fba41a2d2c03b19587e535 /test/scripts/3450-plaintext-GnuTLS | |
parent | 67fff935faa625a5ee69087e7d34bce34ee03d77 (diff) |
Testsuite: use correct client for GnuTLS platform
Diffstat (limited to 'test/scripts/3450-plaintext-GnuTLS')
-rw-r--r-- | test/scripts/3450-plaintext-GnuTLS/3450 | 4 | ||||
-rw-r--r-- | test/scripts/3450-plaintext-GnuTLS/3454 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/scripts/3450-plaintext-GnuTLS/3450 b/test/scripts/3450-plaintext-GnuTLS/3450 index 0494118ca..d18387eb4 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 7ef007707..c867ef540 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 |