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

@@ -39,7 +39,7 @@ my $retval;
# ############################################################################
$output = output(
sub { $retval = mk_config_diff::main(
sub { $retval = pt_config_diff::main(
'h=127.1,P=12345,u=msandbox,p=msandbox', 'P=12346',
'--no-report')
},