Change mk_tool::main() to pt_tool::main() in all tests.

This commit is contained in:
Daniel Nichter
2011-06-29 11:56:49 -06:00
parent fd0941534a
commit 8e11cd85b3
112 changed files with 357 additions and 357 deletions

View File

@@ -29,7 +29,7 @@ my $output = '';
# Without --create-table-definitions, the tables wouldn't be db-qualified.
ok(
no_diff(
sub { mk_table_usage::main(@args,
sub { pt_table_usage::main(@args,
'--query', 'select city from city where city="New York"',
'--create-table-definitions',
"$trunk/t/lib/samples/mysqldump-no-data/all-dbs.txt") },