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

@@ -40,7 +40,7 @@ $sb->create_dbs($dbh, ['test']);
$sb->load_file('master', 't/pt-duplicate-key-checker/samples/issue_331.sql', 'test');
ok(
no_diff(
sub { mk_duplicate_key_checker::main(@args, qw(-d issue_331)) },
sub { pt_duplicate_key_checker::main(@args, qw(-d issue_331)) },
't/pt-duplicate-key-checker/samples/issue_331.txt',
),
'Issue 331 crash on fks'