diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 13:35:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 13:35:52 +0000 |
commit | b304eadca8c551672d07a12c08b2f92456819187 (patch) | |
tree | 12bfc1411df6e262738f9a9ff04afe91c5505528 /shell/ash.c | |
parent | d67a6064893a6d9f36539a66ba897840b811f219 (diff) |
test: shrink a bit
function old new delta
test_main 5 434 +429
bb_test 473 - -473
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/0 up/down: 429/-473) Total: -44 bytes
text data bss dec hex filename
735073 3028 14408 752509 b7b7d busybox_old
735029 3028 14408 752465 b7b51 busybox_unstripped
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) static int testcmd(int argc, char **argv) { - return bb_test(argc, argv); + return test_main(argc, argv); } #endif |