Fix pt-table-checksum tests for MySQL 5.0.

This commit is contained in:
Daniel Nichter
2012-02-02 11:15:34 -07:00
parent c40e5db1bf
commit 4607cac898
5 changed files with 77 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ is(
$output = output(
sub { pt_slave_delay::main(@args, qw(--interval 1 --run-time 1)) },
stderr => 1,
);
like(
$output,