From f65d6a03f0870fbac0ce99bc948b28963e594ff3 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Thu, 22 Jun 2017 19:28:07 +0000 Subject: workaround for a test failure on windows (by serg) --- mysql-test/t/mysqld--help.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/mysqld--help.test') diff --git a/mysql-test/t/mysqld--help.test b/mysql-test/t/mysqld--help.test index c8fb5e5b953..00d0b58bd05 100644 --- a/mysql-test/t/mysqld--help.test +++ b/mysql-test/t/mysqld--help.test @@ -42,6 +42,7 @@ perl; $re2=join('|', @plugins); $skip=0; open(F, '<', "$ENV{MYSQL_TMP_DIR}/mysqld--help.txt") or die; + print "Windows bug: happens when a new line is exactly at the right offset\n"; while () { next if 1../The following groups are read/; # formatting, skip line consisting entirely of dashes and blanks -- cgit v1.2.1