aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix $IFS handling in read. closes bug 235Denis Vlasenko2009-03-312-0/+14
* ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2008-11-282-0/+10
* ash: add testcase for bug 5304Denis Vlasenko2008-10-272-0/+15
* dc: conditionalize parts which require libmDenis Vlasenko2008-10-202-0/+4
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-202-0/+5
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-202-0/+7
* ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko2008-08-162-0/+5
* ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko2008-07-302-0/+19
* ash: add slightly different testcaseDenis Vlasenko2008-07-264-2/+23
* ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko2008-07-262-12/+11
* ash: hopefully close bug 4324. With testcase.Denis Vlasenko2008-07-262-0/+21
* ash: testsuite entries for last changeDenis Vlasenko2008-07-252-0/+5
* ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko2008-07-242-0/+73
* ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko2008-07-245-2/+16
* ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2008-06-232-0/+16
* ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko2008-06-142-0/+61
* ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko2008-06-051-3/+11
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-193-5/+5
* ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko2008-04-132-0/+11
* ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2008-04-122-2/+17
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-256-0/+73
* ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko2008-03-256-0/+24
* ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko2008-02-155-1/+23
* reinstate redir.tests with correct permsDenis Vlasenko2008-02-131-0/+6
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-134-7/+49
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-222-0/+7
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-205-7/+7
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-1/+1
* ash: "here document" testcasesDenis Vlasenko2007-03-052-0/+115
* add ash testcasesDenis Vlasenko2007-03-052-0/+29
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-0513-0/+978