summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqld--help.test
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@gmail.com>2017-06-22 19:28:07 +0000
committerVladislav Vaintroub <vvaintroub@gmail.com>2017-06-22 19:28:07 +0000
commitf65d6a03f0870fbac0ce99bc948b28963e594ff3 (patch)
tree16cc7ce46015793a7ea221690f49f25f63f487dd /mysql-test/t/mysqld--help.test
parent9b7afd4188dfe5db64fbf8a58360b09f90f77fed (diff)
downloadmariadb-git-f65d6a03f0870fbac0ce99bc948b28963e594ff3.tar.gz
workaround for a test failure on windows (by serg)
Diffstat (limited to 'mysql-test/t/mysqld--help.test')
-rw-r--r--mysql-test/t/mysqld--help.test1
1 files changed, 1 insertions, 0 deletions
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 (<F>) {
next if 1../The following groups are read/;
# formatting, skip line consisting entirely of dashes and blanks