Blame SOURCES/mariadb-ssl-cipher-tests.patch

a41a5b
diff -up mariadb-10.3.9/mysql-test/main/ssl_cipher.test.fixtest mariadb-10.3.9/mysql-test/main/ssl_cipher.test
a41a5b
--- mariadb-10.3.13/mysql-test/main/ssl_cipher.test	2019-02-20 08:59:09.000000000 +0100
a41a5b
+++ mariadb-10.3.13/mysql-test/main/ssl_cipher.test_patched	2019-02-22 11:22:01.250256060 +0100
a41a5b
@@ -97,7 +97,9 @@ drop user mysqltest_1@localhost;
a41a5b
 let $restart_parameters=--ssl-cipher=AES128-SHA;
a41a5b
 source include/restart_mysqld.inc;
a41a5b
 connect (ssl_con,localhost,root,,,,,SSL);
a41a5b
+--replace_regex /TLS_AES_.*/AES128-SHA/
a41a5b
 SHOW STATUS LIKE 'Ssl_cipher';
a41a5b
+--replace_regex /TLS_AES_.*/AES128-SHA/
a41a5b
 SHOW STATUS LIKE 'Ssl_cipher_list';
a41a5b
 disconnect ssl_con;
a41a5b
 connection default;