diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 35eec42a7..b54f66609 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -10985,7 +10985,7 @@ echocmd(int argc, char **argv) | |||
10985 | static int | 10985 | static int |
10986 | testcmd(int argc, char **argv) | 10986 | testcmd(int argc, char **argv) |
10987 | { | 10987 | { |
10988 | return bb_test(argc, argv); | 10988 | return test_main(argc, argv); |
10989 | } | 10989 | } |
10990 | #endif | 10990 | #endif |
10991 | 10991 | ||