Commit a522b4a8 authored by unknown's avatar unknown

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 15472a67 da728f8b
......@@ -116,7 +116,7 @@ sub collect_test_cases ($) {
while ( <DISABLED> )
{
chomp;
if ( /^\s*(\S+)\s*:\s*(.*?)\s*$/ )
if ( /^\s*([^\s:]+)\s*:\s*(.*?)\s*$/ )
{
$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