aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test
AgeCommit message (Expand)Author
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-02hush: add var4.tests, var5.testsDenys Vlasenko
2016-10-02hush: fix var3.testsDenys Vlasenko
2016-10-02sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko
2016-10-02sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/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-02hush testsuite: add glob_dir.testsDenys Vlasenko
2016-10-02ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko
2016-10-01ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko
2016-10-01ash testsuite: add return_in_trap1.testsDenys Vlasenko
2016-10-01hush: 'return' should have effect earlierDenys Vlasenko
2016-10-01ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko
2016-10-01ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko
2016-10-01hush: add func6.testsDenys Vlasenko
2016-09-29shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys 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
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys 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
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko
2015-04-18hush: document buggy handling of duplicate "local"Denys Vlasenko
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko
2011-08-01hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko
2011-08-01hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko
2011-05-14hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko
2011-05-09hush: add tests for interrupting readDenys Vlasenko
2011-03-24hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko
2011-03-24hush: fix a case where return in sourced file has no effectDenys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2010-11-22hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko