summaryrefslogtreecommitdiff
path: root/shell/ash_test
AgeCommit message (Expand)AuthorFilesLines
2010-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko2-1/+7
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko1-1/+0
2010-05-18ash: fix var_leak testcaseDenys Vlasenko2-6/+16
2010-05-18ash: fix testsuite false positivesDenys Vlasenko3-3/+3
2010-05-17ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko1-1/+0
2010-05-17fix false positive in signal5.testsDenys Vlasenko2-5/+6
2010-05-17add two more tests which currently failDenys Vlasenko2-0/+5
2010-05-17ash: fix signal5.testsDenys Vlasenko1-1/+0
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko4-0/+31
2010-03-26ash: trap with bad signal name should not abortDenys Vlasenko2-0/+9
2010-02-21fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2-0/+6
2010-01-12shell: split read builtin from ashDenys Vlasenko2-0/+10
2010-01-08ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko2-14/+20
2009-10-09laguage and copyright date corrections, no code changesDenys Vlasenko1-1/+1
2009-10-09ash: make one testsuite entry more robustDenys Vlasenko1-0/+5
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2-8/+8
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2-2/+10
2009-09-23ash: fix `trap`Denys Vlasenko3-5/+14
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko3-1/+21
2009-08-29ash: add testsuite for bug 585Denys Vlasenko2-0/+13
2009-06-14ash: fix . builtinDenys Vlasenko3-1/+8
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko2-0/+14
2008-11-28ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2-0/+10
2008-10-27ash: add testcase for bug 5304Denis Vlasenko2-0/+15
2008-10-20dc: conditionalize parts which require libmDenis Vlasenko2-0/+4
2008-10-20ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2-0/+5
2008-10-20ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2-0/+7
2008-08-16ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko2-0/+5
2008-07-30ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko2-0/+19
2008-07-26ash: add slightly different testcaseDenis Vlasenko4-2/+23
2008-07-26ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko2-12/+11
2008-07-26ash: hopefully close bug 4324. With testcase.Denis Vlasenko2-0/+21
2008-07-25ash: testsuite entries for last changeDenis Vlasenko2-0/+5
2008-07-24ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko2-0/+73
2008-07-24ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko5-2/+16
2008-06-23ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2-0/+16
2008-06-14ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko2-0/+61
2008-06-05ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko1-3/+11
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer3-5/+5
2008-04-13ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko2-0/+11
2008-04-12ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2-2/+17
2008-04-12ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2-0/+23
2008-03-25ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko6-0/+73
2008-03-25ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko6-0/+24
2008-02-15ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko5-1/+23
2008-02-13reinstate redir.tests with correct permsDenis Vlasenko1-0/+6
2008-02-13ash: add a testcase for recently fixed signal bugDenis Vlasenko4-7/+49
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2-0/+7
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko5-7/+7
2007-03-07clean up accumulated whitespace damageDenis Vlasenko1-1/+1