Clean up the new test.

This commit is contained in:
Daniel Nichter
2015-10-28 09:33:35 -07:00
parent 976f645678
commit 09b1a373bd

View File

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