summaryrefslogtreecommitdiffstats
path: root/commands/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/test.c')
-rw-r--r--commands/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/test.c b/commands/test.c
index 6d59f01057..c9ede75bb1 100644
--- a/commands/test.c
+++ b/commands/test.c
@@ -77,7 +77,7 @@ static int parse_opt(const char *opt)
}
int
-do_test (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+do_test (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
char **ap;
int left, adv, expr, last_expr, neg, last_cmp, opt, zero;