summaryrefslogtreecommitdiff
path: root/mysql-test/suite.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite.pm')
-rw-r--r--mysql-test/suite.pm2
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;
}