Commit 7f0a5d2b authored by Alexander Nozdrin's avatar Alexander Nozdrin

Patch for Bug#52410 (Test "mysqld--help-*": further output differences).

That was a pure test issue -- filter implementation in Perl did not work
on some platform (the bug occurred on Windows Server 2008 with
Cygwin Perl 5.10.0).
parent cc6d110e
...@@ -23,7 +23,7 @@ perl; ...@@ -23,7 +23,7 @@ perl;
while (<F>) { while (<F>) {
next if 1../The following groups are read/; next if 1../The following groups are read/;
# formatting, skip line consisting entirely of dashes and blanks # formatting, skip line consisting entirely of dashes and blanks
next if /^[\- ]+$/; next if /^[\- ]+\s?$/;
next if /Value \(after reading options\)/; # skip table header next if /Value \(after reading options\)/; # skip table header
next if /^($re1) /; next if /^($re1) /;
next if /^($re2)-/; next if /^($re2)-/;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment