diff --git a/src/run-tests.pl b/src/run-tests.pl index 3618db5..5a97bf8 100755 --- a/src/run-tests.pl +++ b/src/run-tests.pl @@ -482,8 +482,8 @@ sub mkchan($$@) close FILE; } -# $config, $boxname, $maxuid, @msgs -sub ckbox($$$@) +# $boxname, $maxuid, @msgs +sub ckbox($$@) { my ($bn, $MU, @MS) = @_;