diff --git a/t/pt-kill/filter_plugin.t b/t/pt-kill/filter_plugin.t index bbcae338..01a146e6 100644 --- a/t/pt-kill/filter_plugin.t +++ b/t/pt-kill/filter_plugin.t @@ -24,8 +24,6 @@ my $output; # Basic filter # ############################################################################# - - $output = output( sub { pt_kill::main(@args, "$sample/recset010.txt", '--filter', "$filter/filter002.txt", @@ -33,10 +31,6 @@ $output = output( qw(--victims all --print)); } ); -print "sample [$sample/recset010.txt]\n"; -print "filter [$filter/filter002.txt]\n"; -print "[$output]\n"; - ok( $output =~ /foo/m && $output !~ /bar/s, "basic --filter function works"