mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-7913 main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise
don't run this test on 1.0.1c
This commit is contained in:
@ -64,7 +64,7 @@ sub skip_combinations {
|
|||||||
|
|
||||||
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
||||||
unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/
|
unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/
|
||||||
and $1 ge "1.0.1";
|
and $1 ge "1.0.1d";
|
||||||
|
|
||||||
%skip;
|
%skip;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user