summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Svensson <msvensson@mysql.com>2009-02-06 15:09:15 +0100
committerMagnus Svensson <msvensson@mysql.com>2009-02-06 15:09:15 +0100
commit0ea110d8585f478249883928d0fe7bfe08fea80b (patch)
tree8cf786d9b683f47c3f75530ae2dd879278a0cc99
parent0b439b30706b0b327898978a9167a1cc1fd5dc65 (diff)
downloadmariadb-git-0ea110d8585f478249883928d0fe7bfe08fea80b.tar.gz
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.
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
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;