Commit 84eaf091 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-7913 main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise

don't run this test on 1.0.1c
parent 3839e912
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment