From 0ea110d8585f478249883928d0fe7bfe08fea80b Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Fri, 6 Feb 2009 15:09:15 +0100 Subject: [PATCH] Bug#42366 server-cert.pem expired: "Not After : Jan 27 08:54:13 2009 GMT - remove the disbling of all ssl_* tests now when certs are fixed. --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 3c02f8803af..511cd4d07ba 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -132,7 +132,7 @@ our @opt_extra_mysqld_opt; my $opt_compress; my $opt_ssl; -my $opt_skip_ssl = 1; # Until bug#42366 has been fixed +my $opt_skip_ssl; my $opt_ssl_supported; my $opt_ps_protocol; my $opt_sp_protocol;