Fix two possible sources of test errors.

This commit is contained in:
Daniel Nichter
2012-12-14 12:14:12 -07:00
parent 2942f2c028
commit d25a778b9f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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(