summaryrefslogtreecommitdiff
path: root/shell/hush_test
AgeCommit message (Expand)AuthorFilesLines
2010-05-22hush: fix segfault in ${?:N:M}Denys Vlasenko4-3/+31
2010-05-22hush: fix "hush -c 'echo $#'" showing -1Denys Vlasenko2-1/+11
2010-05-22hush: support ${var:EXPR:EXPR}!Denys Vlasenko2-44/+64
2010-05-22hush: fix more obscure ${var%...} casesDenys Vlasenko4-8/+22
2010-05-21hush: fix a=abc; c=c; echo ${a%${c}}Denys Vlasenko3-5/+12
2010-05-21hush: handle expansions in ${var?expanded_word} constructsDenys Vlasenko2-0/+35
2010-05-21hush: handle ${var:NUM:} tooDenys Vlasenko2-0/+24
2010-05-21hush: optional support for ${var:N:M} bashismDenys Vlasenko2-0/+75
2010-05-20hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko2-0/+49
2010-05-17hush: fix hush-bugs/parse_err.testsDenys Vlasenko3-3/+3
2010-05-17add two more tests which currently failDenys Vlasenko2-0/+5
2010-01-25whitespace fixesDenys Vlasenko1-1/+1
2010-01-12hush: use ash's read builtinDenys Vlasenko10-0/+54
2010-01-12hush: fix subshell.tests failure on NOMMUDenys Vlasenko2-5/+20
2010-01-12hush: two NOMMU fixes for bugs 877 and 883Denys Vlasenko2-0/+10
2010-01-12hush: plug a memory leakDenys Vlasenko2-0/+31
2010-01-04hush: fix exitcodes of killed processesDenys Vlasenko2-0/+14
2009-11-17hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytesDenys Vlasenko2-0/+8
2009-11-16hush: fix handling of words with braces. +65 bytesDenys Vlasenko2-0/+14
2009-11-16hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko2-8/+4
2009-11-15hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko2-0/+2
2009-10-19hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)Denys Vlasenko1-3/+2
2009-10-18hush: fix handling of empty argumentsDenys Vlasenko4-4/+26
2009-10-18hush: handle empty execsMike Frysinger2-0/+30
2009-09-30typo fix in a comment in a testcase. oh well...Denys Vlasenko1-1/+1
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2-9/+9
2009-09-25hush: do not reset to default "" traps in subshellDenys Vlasenko2-0/+26
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2-2/+10
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko1-6/+6
2009-09-23hush: fix `trap`Denys Vlasenko2-0/+9
2009-08-20hush: do not process options after non-option argsDenys Vlasenko2-0/+7
2009-08-12hust test: complain if busybox binary can't be foundDenys Vlasenko1-6/+10
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko3-10/+29
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko1-4/+10
2009-08-12hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko4-50/+17
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko2-0/+26
2009-06-03hush: add support for local builtinDenys Vlasenko4-0/+29
2009-06-01hush_test: stop mixing tabs/spaces for indentationMike Frysinger1-37/+37
2009-06-01hush: add support for special vars in bracesMike Frysinger6-8/+6
2009-06-01hush_test: filter test output to avoid C lib differencesMike Frysinger1-0/+4
2009-05-28hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko2-0/+16
2009-05-23make compound.tests executableDenys Vlasenko1-0/+0
2009-05-23hush: fix problems with case in subshells and with "case esac"Denys Vlasenko3-7/+18
2009-05-21hush_test: add some pathological compound list testsMike Frysinger2-0/+35
2009-05-21hush_test: test for subshell function syntaxMike Frysinger2-0/+12
2009-05-21hush_test: add subshelled case testsMike Frysinger1-0/+12
2009-05-21hush_test: update test output to match new getopt() outputMike Frysinger1-1/+1
2009-05-21hush_test: ignore generated filesMike Frysinger1-0/+4
2009-05-13TODO: add someDenys Vlasenko1-2/+2
2009-05-04hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko1-5/+4