diff options
Diffstat (limited to 'test-run-command.c')
-rw-r--r-- | test-run-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-run-command.c b/test-run-command.c index 30a64a98dc..c71ea4f759 100644 --- a/test-run-command.c +++ b/test-run-command.c @@ -49,7 +49,7 @@ static int task_finished(int result, return 1; } -int main(int argc, char **argv) +int cmd_main(int argc, const char **argv) { struct child_process proc = CHILD_PROCESS_INIT; int jobs; |