aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc
AgeCommit message (Expand)Author
2020-12-25typo fixDenys Vlasenko
2020-12-25hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko
2020-10-24hush: output bash-compat killing signal namesDenys Vlasenko
2020-09-29shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko
2020-02-26shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko
2020-02-21hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko
2020-02-20hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko
2020-02-19ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko
2019-05-14shells: add tests for backslashes in export VAR=VALDenys Vlasenko
2018-08-05ash: eval: Variable assignments on functions are no longer persistentDenys Vlasenko
2018-07-28hush: fix another case where empty "for" wasn't setting exitcode to 0Denys Vlasenko
2018-04-03hush: support "f() (cmd)" functionsDenys Vlasenko
2018-04-03hush: fix "set -e; false || x=1; echo OK"Denys Vlasenko
2018-01-13hush: fix raw ^C handlisg in single-quoted stringsDenys Vlasenko
2018-01-12hush: add command2.tests from ash testsDenys Vlasenko
2018-01-11hush: fix handling of ^C in evalDenys Vlasenko
2018-01-11hush: fix handling of raw ^C in scripts: "echo ^C"Denys Vlasenko
2017-07-31hush: fix "true | func_with_return" not allowing return.Denys Vlasenko
2017-07-31hush: functions have priority over builtins (!)Denys Vlasenko
2017-07-24shell: some additions to *sh-misc/* testsDenys Vlasenko
2017-07-14hush: add support for "set -e"Denys Vlasenko
2017-07-07hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko
2017-07-06hush: Print error messages on shift -1Denys Vlasenko
2017-07-06shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko
2017-07-06hush: add tickquote1.tests from ash testsuiteDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-09hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-03ash: fix error code regressionRon Yorston
2016-11-08hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko
2016-11-04hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko
2016-10-28hush: fix "wait PID"Denys Vlasenko
2016-10-03sh testsuite: add tests for exitcode on failure to execDenys Vlasenko
2016-10-03hush testsuite: fix another false positiveDenys Vlasenko
2016-10-03hust testsuite: fix a false positiveDenys Vlasenko
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko
2016-10-02sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko
2016-10-02sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko
2016-10-02sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko
2016-10-02hush testsuite: add many tests from ash testsuiteDenys Vlasenko
2016-10-01hush: add func6.testsDenys Vlasenko
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko
2016-09-29ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko
2015-10-13typo fixDenys Vlasenko
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko