busybox/shell/ash_test
Denys Vlasenko a5060b8364 ash: fix nofork bug where environment is not properly passed to a command
function                                             old     new   delta
listvars                                             144     252    +108
evalcommand                                         1500    1546     +46
showvars                                             142     147      +5
shellexec                                            242     245      +3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 162/0)             Total: 162 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-11-03 14:16:25 +01:00
..
ash-alias
ash-arith
ash-getopts hush: fix "getopts" builtin to not be upset by other builtins calling getopt() 2017-08-29 13:38:30 +02:00
ash-glob
ash-heredoc hush: fix handling of empty heredoc EOF marker 2017-07-29 20:43:26 +02:00
ash-invert
ash-misc hush: fix "true | func_with_return" not allowing return. 2017-07-31 18:02:28 +02:00
ash-parsing hush: fix comment parsing in cmd, closes 10421 2017-10-22 15:55:48 +02:00
ash-psubst
ash-quoting
ash-read
ash-redir ash: significant overhaul of redirect saving logic 2017-07-31 04:21:46 +02:00
ash-signals
ash-standalone ash: fix nofork bug where environment is not properly passed to a command 2017-11-03 14:16:25 +01:00
ash-vars ash: update testsuite (we now error out on ${#=}) 2017-08-14 15:01:32 +02:00
.gitignore
printenv.c do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
recho.c
run-all
zecho.c