From acecd1caf6758d2a9c2db84554043b32c1353c8b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Dec 2006 13:23:45 +0100 Subject: [PATCH] Bug#19209 Test 'rpl_openssl' hangs on Windows - Remove check not to run on windows. mysql-test/t/rpl_openssl.test: Remove check not to run on windows --- mysql-test/t/rpl_openssl.test | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mysql-test/t/rpl_openssl.test b/mysql-test/t/rpl_openssl.test index af70a1a9453..7d769ad448e 100644 --- a/mysql-test/t/rpl_openssl.test +++ b/mysql-test/t/rpl_openssl.test @@ -1,7 +1,3 @@ -# TODO: THIS TEST DOES NOT WORK ON WINDOWS -# This should be fixed. ---source include/not_windows.inc - source include/have_openssl.inc; source include/master-slave.inc;