Commit d6eaf593 authored by igreenhoe@mysql.com's avatar igreenhoe@mysql.com

Merge igreenhoe@bk-internal.mysql.com:/home/bk/mysql-5.0-maint

into  mysql.com:/home/greenman/workspace-mysql/mysql/pending/bug-5.0-18979
parents 1d8e1ba3 d2e82353
...@@ -116,7 +116,7 @@ sub collect_test_cases ($) { ...@@ -116,7 +116,7 @@ sub collect_test_cases ($) {
while ( <DISABLED> ) while ( <DISABLED> )
{ {
chomp; chomp;
if ( /^\s*(\S+)\s*:\s*(.*?)\s*$/ ) if ( /^\s*([^\s:]+)\s*:\s*(.*?)\s*$/ )
{ {
$disabled{$1}= $2; $disabled{$1}= $2;
} }
......
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