aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix handling of \^C and "^C"Denys Vlasenko2021-11-234-0/+6
* 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-241-2/+2
* 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
* 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-051-1/+1
* 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-031-3/+2
* 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: add command2.tests from ash testsDenys Vlasenko2018-01-122-0/+8
* 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-241-0/+4
* hush: add support for "set -e"Denys Vlasenko2017-07-142-0/+6
* 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-062-0/+20
* 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-062-0/+3
* 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
* hush: fix "wait PID"Denys Vlasenko2016-10-286-0/+16
* sh testsuite: add tests for exitcode on failure to execDenys Vlasenko2016-10-034-0/+8
* hush testsuite: fix another false positiveDenys Vlasenko2016-10-032-2/+1
* hust testsuite: fix a false positiveDenys Vlasenko2016-10-031-1/+1
* ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-031-0/+0
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-028-27/+38
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-0214-237/+0
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-0212-185/+0
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-028-0/+35
* hush: add func6.testsDenys 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
* hush: fix "redirects can close script fd" bugDenys Vlasenko2016-08-222-0/+30
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-2/+0
* hush: copy for.tests from ash testsuiteDenys Vlasenko2015-10-292-0/+6
* typo fixDenys Vlasenko2015-10-131-1/+1
* hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko2015-09-042-0/+17