Changeset: 468a0efb4625 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/468a0efb4625
Modified Files:
        clients/mapilib/Tests/tlssecurity.py
Branch: Dec2023
Log Message:

The Mac gives a different error message, but we're happy that we get an error.


diffs (12 lines):

diff --git a/clients/mapilib/Tests/tlssecurity.py 
b/clients/mapilib/Tests/tlssecurity.py
--- a/clients/mapilib/Tests/tlssecurity.py
+++ b/clients/mapilib/Tests/tlssecurity.py
@@ -120,7 +120,7 @@ attempt('connect_tls', 'server1', None, 
 # Connect to port 'server1' over TLS, without passing a certificate. The
 # connection should fail because ca1.crt is not in the system trust root store.
 
-attempt('refuse_no_cert', 'server1', "verify failed")
+attempt('refuse_no_cert', 'server1', "") # we expect "verify failed" but Mac 
gives "No such file or directory", i.e. still an error so we take it
 
 # refuse_wrong_cert
 #
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to