diff --git a/t/pt-kill/execute_command.t b/t/pt-kill/execute_command.t index 0620a990..a35692c2 100644 --- a/t/pt-kill/execute_command.t +++ b/t/pt-kill/execute_command.t @@ -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, "",