summaryrefslogtreecommitdiff
path: root/shell/ash_test
Commit message (Expand)AuthorAgeFilesLines
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-112-0/+26
* shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko2021-09-262-0/+7
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-253-49/+68
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-254-19/+25
* ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko2021-09-084-0/+26
* shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko2021-09-071-1/+10
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-0714-40/+44
* ash: fix LINENO in functionsDenys Vlasenko2021-09-072-0/+11
* ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko2021-09-071-1/+2
* hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko2021-09-071-1/+1
* ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko2021-09-072-0/+9
* ash: eval: Check nflag in evaltree instead of cmdloopDenys Vlasenko2021-09-072-0/+5
* shell: update psubst testcasesDenys Vlasenko2021-07-274-0/+47
* ahell: update testsuiteDenys Vlasenko2021-07-256-0/+29
* hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-192-0/+18
* hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-154-0/+6
* ash: add process substitution in bash-compatibility modeRon Yorston2021-06-052-0/+42
* ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-091-1/+1
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-092-0/+3
* typo fixDenys Vlasenko2020-12-251-1/+1
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-252-0/+5
* hush: output bash-compat killing signal namesDenys Vlasenko2020-10-242-0/+37
* shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-292-0/+9
* shell: Fix "read -d ''" behaviorChristian Eggers2020-07-312-0/+2
* shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-262-4/+2
* ash: Expand here-documents in the current shell environmentDenys Vlasenko2020-02-222-0/+6
* ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko2020-02-212-0/+10
* hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko2020-02-212-0/+13
* hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko2020-02-206-0/+34
* ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko2020-02-201-1/+0
* ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko2020-02-192-0/+10
* ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-172-0/+12
* ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-172-0/+7
* ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-162-0/+8
* hush: restore redirected stdinDenys Vlasenko2019-11-012-0/+10
* hush: remove test for "echo ${-}" errorring out - now it worksDenys Vlasenko2019-05-191-1/+0
* hush: fix quoted "${notexist-}" expansion to not disappearDenys Vlasenko2019-05-152-0/+7
* shells: add tests for backslashes in export VAR=VALDenys Vlasenko2019-05-142-0/+3
* ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko2018-08-072-0/+14
* ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko2018-08-052-0/+5
* ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko2018-08-054-6/+4
* ash,hush: properly handle ${v//pattern/repl} if pattern starts with /Denys Vlasenko2018-08-042-0/+5
* hush: fix another case where empty "for" wasn't setting exitcode to 0Denys Vlasenko2018-07-282-0/+6
* hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko2018-07-241-1/+1
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-243-0/+19
* hush: handle backslash-newline in heredoc terminatorsDenys Vlasenko2018-07-242-0/+5
* hush: fix handling of heredocs not enclosed in groups where they are "declared"Denys Vlasenko2018-07-242-0/+5
* hush: fix heredoc handling in the "cmd <<EOF ;<newline>" caseDenys Vlasenko2018-07-232-0/+5
* hush: fix handling of heredocs starting with empty linesDenys Vlasenko2018-07-232-0/+6
* hush: never glob result of dquoted "${v:+/bin/c*}"Denys Vlasenko2018-07-202-0/+20