mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user