aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-171-1/+0
* fix false positive in signal5.testsDenys Vlasenko2010-05-172-5/+6
* add two more tests which currently failDenys Vlasenko2010-05-172-0/+5
* ash: fix signal5.testsDenys Vlasenko2010-05-171-1/+0
* ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-174-0/+31
* ash: trap with bad signal name should not abortDenys Vlasenko2010-03-262-0/+9
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-212-0/+6
* shell: split read builtin from ashDenys Vlasenko2010-01-122-0/+10
* ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko2010-01-082-14/+20
* laguage and copyright date corrections, no code changesDenys Vlasenko2009-10-091-1/+1
* ash: make one testsuite entry more robustDenys Vlasenko2009-10-091-0/+5
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-272-8/+8
* ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2009-09-252-2/+10
* ash: fix `trap`Denys Vlasenko2009-09-233-5/+14
* add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko2009-09-163-1/+21
* ash: add testsuite for bug 585Denys Vlasenko2009-08-292-0/+13
* ash: fix . builtinDenys Vlasenko2009-06-143-1/+8
* 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