busybox/shell/hush_test
Denys Vlasenko 5acf5e1f87 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
function                                             old     new   delta
re_execed_comm                                         -      46     +46
main                                                  72      86     +14
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/0 up/down: 60/0)               Total: 60 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-10-11 18:44:00 +02:00
..
hush-arith shell: fix parsing of $(( (v)++ + NUM )) 2021-09-26 13:29:25 +02:00
hush-bugs
hush-comm shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y 2021-10-11 18:44:00 +02:00
hush-getopts
hush-glob
hush-heredoc
hush-invert
hush-leak
hush-misc hush: fix set -n to act immediately, not just after run_list() 2021-09-07 02:25:52 +02:00
hush-parsing
hush-psubst shell: update psubst testcases 2021-07-27 04:20:32 +02:00
hush-quoting
hush-read
hush-redir
hush-signals
hush-standalone
hush-test2
hush-vars ash: LINENO starts from 0 in -c SCRIPT mode 2021-09-07 18:16:45 +02:00
hush-z_slow
.gitignore
run-all