3.0.5 Fixed a test

This commit is contained in:
Carlos Salguero
2017-11-07 17:56:01 -03:00
parent e428fa5187
commit 566fff54d0

View File

@@ -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,
"",