mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 21:05:00 +00:00
3.0.5 Fixed a test
This commit is contained in:
@@ -89,7 +89,7 @@ SKIP: {
|
|||||||
"Executed zombie command"
|
"Executed zombie command"
|
||||||
);
|
);
|
||||||
|
|
||||||
$output = `ps x | grep Z | grep -v grep | grep -v VNote`;
|
$output = `ps x | grep Z | grep -v grep`;
|
||||||
is(
|
is(
|
||||||
$output,
|
$output,
|
||||||
"",
|
"",
|
||||||
@@ -102,7 +102,7 @@ SKIP: {
|
|||||||
!-f $pid_file,
|
!-f $pid_file,
|
||||||
"pt-kill stopped"
|
"pt-kill stopped"
|
||||||
);
|
);
|
||||||
$output = `ps x | grep Z | grep -v grep | grep -v VNote`;
|
$output = `ps x | grep Z | grep -v grep`;
|
||||||
is(
|
is(
|
||||||
$output,
|
$output,
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user