aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-222-0/+6
* 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 open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-072-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
* ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-264-0/+10
* ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko2016-10-262-0/+10
* typo fixesDenys Vlasenko2016-10-261-2/+2
* 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
* hush: add var4.tests, var5.testsDenys Vlasenko2016-10-024-0/+22
* hush: fix var3.testsDenys Vlasenko2016-10-023-0/+0
* sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko2016-10-0212-114/+198
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-028-27/+38
* sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-023-0/+0
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-0224-0/+52
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-0214-0/+9
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-0233-2/+253
* hush testsuite: add glob_dir.testsDenys Vlasenko2016-10-023-1/+45
* ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko2016-10-022-0/+37
* ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko2016-10-012-0/+8
* ash testsuite: add return_in_trap1.testsDenys Vlasenko2016-10-0120-0/+0
* hush: 'return' should have effect earlierDenys Vlasenko2016-10-012-0/+22
* ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko2016-10-014-0/+33
* ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko2016-10-012-0/+46
* hush: add func6.testsDenys Vlasenko2016-10-012-0/+13
* shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2016-09-291-1/+1
* ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko2016-09-292-0/+24
* hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko2016-09-292-0/+18
* 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: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-191-1/+2
* 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
* ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko2015-09-042-0/+4
* hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko2015-05-1818-0/+29
* hush: document buggy handling of duplicate "local"Denys Vlasenko2015-04-182-0/+6
* hush: make ${#var} unicode-awareDenys Vlasenko2014-08-132-0/+16
* hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko2013-04-072-0/+7
* hush: source builtin should override $N only if it has argsDenys Vlasenko2013-03-172-0/+12