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