Skip to content

Commit 317f099

Browse files
committed
mtr: override local gnutls config
that might disable individual ciphers or protocols and fail tests. Just like we do with OpenSSL.
1 parent 59f9ef2 commit 317f099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/mariadb-test-run.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,6 +2169,7 @@ sub environment_setup {
21692169
$ENV{'LC_CTYPE'}= "C";
21702170
$ENV{'LC_COLLATE'}= "C";
21712171

2172+
$ENV{'GNUTLS_SYSTEM_PRIORITY_FILE'}='/dev/null';
21722173
$ENV{'OPENSSL_CONF'}= $mysqld_variables{'version-ssl-library'} gt 'OpenSSL 1.1.1'
21732174
? "$glob_mysql_test_dir/lib/openssl.cnf" : '/dev/null';
21742175

0 commit comments

Comments
 (0)