1
0
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:
Sergei Golubchik
2015-05-30 14:06:17 +02:00
parent 3839e91223
commit 84eaf0911f

View File

@ -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;
}