mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Fix two possible sources of test errors.
This commit is contained in:
@@ -45,6 +45,7 @@ $dbh->do("insert into test.foo values (null, 'john, smith')");
|
||||
|
||||
$output = output(
|
||||
sub { pt_table_checksum::main(@args, qw(-d test)) },
|
||||
stderr => 1,
|
||||
);
|
||||
|
||||
unlike(
|
||||
|
||||
Reference in New Issue
Block a user