mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 11:54:54 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -77,7 +77,7 @@ is_deeply(
|
||||
|
||||
is(
|
||||
output(
|
||||
sub { mk_table_sync::main(@args, qw(--print --execute)) },
|
||||
sub { pt_table_sync::main(@args, qw(--print --execute)) },
|
||||
trf => \&remove_traces,
|
||||
),
|
||||
"DELETE FROM `test`.`t` WHERE `i`='3' LIMIT 1;
|
||||
|
Reference in New Issue
Block a user