aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: add support for bash 'function' keywordRon Yorston2015-11-042-0/+40
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-1/+0
* ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* ash: add tests for failures of the exec and command builtinsRon Yorston2015-10-304-0/+13
* ash: only allow local variables in functionsRon Yorston2015-10-292-0/+2
* ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-292-0/+2
* ash: allow newline after variable name in for loopRon Yorston2015-10-292-0/+6
* fix file modeDenys Vlasenko2015-07-131-0/+0
* ash: remove parsebackquote flagRon Yorston2015-07-132-0/+2
* ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-162-0/+15
* echo: do not retry on write errorsDenys Vlasenko2011-02-072-0/+9
* ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-171-1/+0
* ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-172-0/+5
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-212-0/+6
* ash: fix . builtinDenys Vlasenko2009-06-142-0/+7
* ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2008-11-282-0/+10
* ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko2008-07-302-0/+19