busybox/shell/ash_test
Denys Vlasenko 42ba757d5e ash: improve set -x to quote strings as necessary
Basen on the patch from Martijn Dekker <martijn@inlv.org>

function                                             old     new   delta
evalcommand                                         1161    1302    +141
maybe_single_quote                                     -      60     +60
getoptscmd                                           527     546     +19
readtoken1                                          2819    2823      +4
localcmd                                             366     364      -2
evaltreenr                                           495     479     -16
evaltree                                             495     479     -16
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/3 up/down: 224/-34)           Total: 190 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-21 13:20:14 +02:00
..
ash-alias
ash-arith
ash-glob ash: fix globbing bugs when using glibc glob() 2016-10-02 15:17:15 +02:00
ash-heredoc shell: syncronize ash and hush heredoc3.tests 2017-07-06 18:19:35 +02:00
ash-invert
ash-misc hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" 2017-07-07 22:56:02 +02:00
ash-parsing shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" 2017-07-15 22:54:46 +02:00
ash-quoting ash: improve set -x to quote strings as necessary 2017-07-21 13:20:14 +02:00
ash-read shell: optional support for read -t N.NNN, closes 10101 2017-07-20 16:09:31 +02:00
ash-redir shell: sync redir/* tests 2017-07-06 21:01:50 +02:00
ash-signals typo fixes 2016-10-26 13:15:35 +02:00
ash-standalone
ash-vars ash: more general format ${var:EXPR:EXPR} 2017-07-17 17:49:11 +02:00
.gitignore ash_test: ignore generated files 2016-03-22 18:15:24 -04:00
printenv.c ash_test: printenv: fix missing includes 2016-03-22 18:15:14 -04:00
recho.c
run-all shell: syncronize ash_test/run-all and hush_test/run-all a bit 2017-07-06 17:59:25 +02:00
zecho.c