Commit ce31bdfb authored by unknown's avatar unknown

Fix typo in mysql-test-run.pl (not caught by aotupush since it uses mysql-test-run.sh).


mysql-test/mysql-test-run.pl:
  Fix typo.
parent bea6e364
......@@ -2436,7 +2436,7 @@ sub valgrind_arguments {
if ( $opt_valgrind_options )
{
# FIXME split earlier and put into @glob_valgrind_*
mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options)));
mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options));
}
mtr_add_arg($args, $$exe);
......
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