mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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'
|
||||
unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/
|
||||
and $1 ge "1.0.1";
|
||||
and $1 ge "1.0.1d";
|
||||
|
||||
%skip;
|
||||
}
|
||||
|
Reference in New Issue
Block a user