aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko2017-11-032-0/+24
* hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko2017-10-222-0/+17
* hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko2017-08-292-0/+35
* ash: update testsuite (we now error out on ${#=})Denys Vlasenko2017-08-141-1/+1
* shell: tweak getopts tests, no code changesDenys Vlasenko2017-08-131-2/+2
* hush: implement "silent" optstrings of ":opts"Denys Vlasenko2017-08-112-0/+29
* hush: add a test which fails due to uclibc bug in getopt()Denys Vlasenko2017-08-112-0/+64
* shell: add OPTARG poisoning to getopt_optarg.testsDenys Vlasenko2017-08-111-0/+2
* hush: teach getopts to set/unset OPTARGDenys Vlasenko2017-08-112-0/+34
* hush: getopts builtinDenys Vlasenko2017-08-112-0/+14
* ash: fix "unset OPTIND" throwing an error messageDenys Vlasenko2017-08-112-0/+109
* hush: do not accept "if() { echo; }" function defDenys Vlasenko2017-08-022-0/+12
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* hush: fix "true | func_with_return" not allowing return.Denys Vlasenko2017-07-314-0/+8
* hush: functions have priority over builtins (!)Denys Vlasenko2017-07-312-0/+10
* ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-315-2/+17
* hush: fix handling of empty heredoc EOF markerDenys Vlasenko2017-07-292-0/+18
* ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko2017-07-292-0/+11
* shell: remove ${#+} tests, it is not a valid constructDenys Vlasenko2017-07-262-3/+8
* hush: fix ${##}, ${#?}, ${#!} handlingDenys Vlasenko2017-07-263-1/+43
* ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko2017-07-253-1/+58
* ash: import param_expand_default.tests from hushDenys Vlasenko2017-07-252-0/+30
* hush: treat ${#?} as "length of $?"Denys Vlasenko2017-07-252-0/+104
* ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-256-0/+251
* ash: copy three tests from hush_test/hush-signals/*Denys Vlasenko2017-07-246-0/+74
* shell: some additions to *sh-misc/* testsDenys Vlasenko2017-07-246-0/+30
* ash: add most of hush process subst testsDenys Vlasenko2017-07-2412-0/+89
* ash: add all hush parsing tests to ast testsDenys Vlasenko2017-07-2449-4/+331
* ash: suppress readonly1.tests false positive; add readonly0.testsDenys Vlasenko2017-07-214-4/+62
* ash: improve set -x to quote strings as necessaryDenys Vlasenko2017-07-212-0/+24
* shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-202-0/+17
* ash: more general format ${var:EXPR:EXPR}Denys Vlasenko2017-07-172-0/+47
* shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-151-1/+0
* hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-152-0/+35
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-072-0/+8
* shell: sync redir/* testsDenys Vlasenko2017-07-062-0/+17
* ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko2017-07-063-2/+2
* hush: Print error messages on shift -1Denys Vlasenko2017-07-061-1/+1
* typo fixDenys Vlasenko2017-07-061-1/+1
* hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko2017-07-062-0/+14
* hush: "adopt" ash var-utf8-length.testsDenys Vlasenko2017-07-061-0/+2
* shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko2017-07-062-42/+0
* hush: add tickquote1.tests from ash testsuiteDenys Vlasenko2017-07-061-1/+1
* shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-064-10/+31
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-064-4/+18
* shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2017-07-061-48/+54
* ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-052-0/+76
* ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-052-0/+34
* msh: delete this appletDenys Vlasenko2017-07-031-3/+3
* ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-222-0/+6