aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko2023-05-254-0/+20
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-074-4/+4
* 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
* hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-154-0/+6
* typo fixDenys Vlasenko2020-12-251-1/+1
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-252-0/+5
* shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-292-0/+9
* shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-262-4/+2
* 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,hush: testcase for "exit" without arguments in a trapDenys Vlasenko2020-02-192-0/+10
* ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-162-0/+8
* shells: add tests for backslashes in export VAR=VALDenys Vlasenko2019-05-142-0/+3
* ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko2018-08-052-2/+2
* hush: fix another case where empty "for" wasn't setting exitcode to 0Denys Vlasenko2018-07-282-0/+6
* hush: support "f() (cmd)" functionsDenys Vlasenko2018-04-034-8/+7
* hush: fix "set -e; false || x=1; echo OK"Denys Vlasenko2018-04-032-0/+14
* hush: fix raw ^C handlisg in single-quoted stringsDenys Vlasenko2018-01-134-6/+5
* hush: fix handling of ^C in evalDenys Vlasenko2018-01-112-0/+5
* hush: fix handling of raw ^C in scripts: "echo ^C"Denys Vlasenko2018-01-112-0/+4
* 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
* shell: some additions to *sh-misc/* testsDenys Vlasenko2017-07-246-0/+30
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-072-0/+8
* hush: Print error messages on shift -1Denys Vlasenko2017-07-061-1/+1
* 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
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-092-0/+16
* ash: fix error code regressionRon Yorston2017-01-032-0/+16
* hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko2016-11-084-0/+10
* hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko2016-11-042-0/+16
* ash testsuite: fix false positivesDenys Vlasenko2016-10-072-2/+2
* sh testsuite: add tests for exitcode on failure to execDenys Vlasenko2016-10-034-0/+8
* ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-0376-0/+607
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-022-0/+12
* ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko2016-10-012-0/+13
* hush: fix 'eval ""' handlingDenys Vlasenko2016-09-292-0/+7
* hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko2016-09-292-0/+8
* ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko2016-09-292-0/+5
* ash: eval: Return status in eval functionsDenys Vlasenko2016-09-282-0/+4
* ash: exit after subshell error when errexit option is setRostislav Skudnov2016-09-172-0/+6
* ash: add support for bash 'function' keywordRon Yorston2015-11-042-0/+40
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-1/+0
* ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* ash: add tests for failures of the exec and command builtinsRon Yorston2015-10-304-0/+13
* ash: only allow local variables in functionsRon Yorston2015-10-292-0/+2
* ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-292-0/+2