Make collect.t mysqladmin debug test more reliable.

This commit is contained in:
Daniel Nichter
2012-02-24 09:39:49 -07:00
parent 6620595fac
commit b9f6c14e30

View File

@@ -67,7 +67,7 @@ cmd_ok \
if [[ "$SANDBOX_VERSION" > "5.0" ]]; then
cmd_ok \
"grep -q 'Memory status:' $p-log_error" \
"grep -qE 'Memory status|Open streams|Begin safemalloc' $p-log_error" \
"debug"
else
is "1" "1" "SKIP Can't determine MySQL 5.0 error log"