From ab8415d9835c750e7b9c71595744c95d4426d591 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 9 May 2015 12:31:53 +0200 Subject: move encryption tests to a dedicate suite remove few tests for variables that never existed (merge error) --- mysql-test/suite.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mysql-test/suite.pm') diff --git a/mysql-test/suite.pm b/mysql-test/suite.pm index 5eafd4e2ffd..b063f32c506 100644 --- a/mysql-test/suite.pm +++ b/mysql-test/suite.pm @@ -66,10 +66,6 @@ sub skip_combinations { unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/ and $1 ge "1.0.1"; - $skip{'include/encryption_algorithms.combinations'} = [ 'ctr' ] - unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/ - and $1 ge "1.0.1"; - %skip; } -- cgit v1.2.1