aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hush: do not accept "if() { echo; }" function defDenys Vlasenko2017-08-022-0/+12
* 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
* ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-315-2/+15
* hush: fix handling of empty heredoc EOF markerDenys Vlasenko2017-07-292-0/+18
* shell: remove ${#+} tests, it is not a valid constructDenys Vlasenko2017-07-262-3/+8
* hush: fix ${##}, ${#?}, ${#!} handlingDenys Vlasenko2017-07-263-1/+43
* ash: [VAR] Move unsetvar functionality into setvareqDenys Vlasenko2017-07-252-4/+7
* ash: import param_expand_default.tests from hushDenys Vlasenko2017-07-251-2/+4
* hush: treat ${#?} as "length of $?"Denys Vlasenko2017-07-252-2/+2
* ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-254-23/+32
* shell: some additions to *sh-misc/* testsDenys Vlasenko2017-07-241-0/+4
* hush: fix a case when redirect to a closed fd #1 is not restoring (closing) itDenys Vlasenko2017-07-242-0/+8
* shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-202-0/+17
* hush: fix readonly2.tests failureDenys Vlasenko2017-07-182-0/+2
* hush: another testcase for "READONLY_VAR=VAL BLTIN ..."Denys Vlasenko2017-07-184-5/+27
* hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko2017-07-182-11/+25
* hush: add readonly testcase, fix falloutDenys Vlasenko2017-07-182-0/+36
* hush: support ${VAR:N:-M}Denys Vlasenko2017-07-172-0/+47
* shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-151-1/+0
* hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-152-0/+0
* hush: add support for "set -e"Denys Vlasenko2017-07-146-0/+51
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-072-0/+8
* hush: fix two redirection testcase failuresDenys Vlasenko2017-07-072-4/+2
* shell: sync redir/* testsDenys Vlasenko2017-07-062-0/+5
* hush: add a TODO about redir3.tests failureDenys Vlasenko2017-07-062-0/+8
* hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2017-07-062-0/+0
* hush: Print error messages on shift -1Denys Vlasenko2017-07-062-0/+20
* typo fixDenys Vlasenko2017-07-061-1/+1
* hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko2017-07-062-0/+17
* hush: "adopt" ash var-utf8-length.testsDenys Vlasenko2017-07-062-0/+5
* hush: "adopt" ash signal4.testsDenys Vlasenko2017-07-062-0/+9
* 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
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-062-0/+4
* shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2017-07-061-23/+28
* hush: fix quoted_punct.tests failureDenys Vlasenko2017-07-052-0/+76
* ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-052-0/+34
* 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