Change mk_tool::main() to pt_tool::main() in all tests.

This commit is contained in:
Daniel Nichter
2011-06-29 11:56:49 -06:00
parent fd0941534a
commit 8e11cd85b3
112 changed files with 357 additions and 357 deletions

View File

@@ -40,7 +40,7 @@ my @args = (qw(--dry-run --play), "$trunk/t/pt-log-player/samples/16sessions");
for my $n ( 1..16 ) {
ok(
no_diff(
sub { mk_log_player::main(@args, '--threads', $n) },
sub { pt_log_player::main(@args, '--threads', $n) },
"t/pt-log-player/samples/assigned16-$n.txt",
trf => "sed -e 's!$trunk/t/pt-log-player/samples/16sessions/!!g'",
),