Fixes as per Daniel's review; Removed the --quiet usage inpt-osc's nibble_is_safe, as it was ptc cruft

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-07-31 13:33:30 -03:00
parent 62c74e1e76
commit b5191a310a
2 changed files with 27 additions and 33 deletions

View File

@@ -152,10 +152,10 @@ like $output,
);
};
is(
like(
$EVAL_ERROR,
'',
"..unless --quiet was specified",
qr/Error copying rows at chunk.*because MySQL chose/,
"...even if --quiet was specified",
);
}