From 566fff54d04977b2d87fe23f08f58fd0ed4e9f1d Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 7 Nov 2017 17:56:01 -0300 Subject: [PATCH] 3.0.5 Fixed a test --- t/pt-kill/execute_command.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, "",