aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc
AgeCommit message (Expand)Author
2014-03-16ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2010-05-17ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko
2010-02-21fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2008-11-28ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko
2008-07-30ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko