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

@@ -95,7 +95,7 @@ my $outfile = "/tmp/mk-slave-find-output.txt";
diag(`rm -rf $outfile >/dev/null`);
$output = output(
sub { mk_slave_find::main(@args) },
sub { pt_slave_find::main(@args) },
file => $outfile,
);
diag(`sed -i -e 's/Version.*/Version/g' $outfile`);