diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-30 14:06:17 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-05-30 14:06:31 +0200 |
commit | 84eaf0911f311acba797c265ef7508ab6c108b35 (patch) | |
tree | 6014058e16746fb229fb173f23b30a6d5dd1510a /mysql-test/suite.pm | |
parent | 3839e91223528cb3435f48e13cf4832dfd009a84 (diff) | |
download | mariadb-git-84eaf0911f311acba797c265ef7508ab6c108b35.tar.gz |
MDEV-7913 main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and Precise
don't run this test on 1.0.1c
Diffstat (limited to 'mysql-test/suite.pm')
-rw-r--r-- | mysql-test/suite.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite.pm b/mysql-test/suite.pm index b063f32c506..a7c0b2d4ff1 100644 --- a/mysql-test/suite.pm +++ b/mysql-test/suite.pm @@ -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; } |