busybox/shell/ash_test
Ron Yorston e939856c87 ash: add tests for failures of the exec and command builtins
The exec builtin should return an exit status of 127 if the command
can't be found.  It doesn't:  it returns 2.

If the command builtin is used to source a script that runs a second
script that doesn't exist ash should issue an error.  Instead it seg
faults.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-10-30 22:19:06 +01:00
..
ash-alias
ash-arith
ash-glob ash,hush: add a test which fails for ash since commit 549deab 2015-09-04 03:33:02 +02:00
ash-heredoc ash: fix error during recursive processing of here document 2015-10-29 20:45:36 +01:00
ash-invert
ash-misc ash: add tests for failures of the exec and command builtins 2015-10-30 22:19:06 +01:00
ash-quoting
ash-read
ash-redir
ash-signals
ash-standalone
ash-vars testsuite: add some tests for ash 2015-05-18 10:13:21 +02:00
printenv.c
recho.c
run-all ash tests: make test print test name before it is run 2015-10-29 20:34:20 +01:00
zecho.c