aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test
AgeCommit message (Expand)Author
2016-03-22ash_test: ignore generated filesMike Frysinger
2016-03-22ash_test: printenv: fix missing includesMike Frysinger
2016-03-22ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston
2015-11-04ash: add support for bash 'function' keywordRon Yorston
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko
2015-11-04ash: copy function tests from hush testsuiteRon Yorston
2015-10-30ash: add tests for failures of the exec and command builtinsRon Yorston
2015-10-29ash: fix error during recursive processing of here documentRon Yorston
2015-10-29ash tests: make test print test name before it is runDenys Vlasenko
2015-10-29ash: only allow local variables in functionsRon Yorston
2015-10-29ash: respect -p flag when command builtin is run with -v/-VRon Yorston
2015-10-29ash: allow newline after variable name in for loopRon Yorston
2015-10-29ash: add test for issue with here documentRon Yorston
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko
2015-07-13fix file modeDenys Vlasenko
2015-07-13ash: remove parsebackquote flagRon Yorston
2015-05-18testsuite: add some tests for ashRon Yorston
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston
2015-05-18ash: remove arithmetic expansion collapsing at parse timeRon Yorston
2015-05-18ash: do not expand tilde in parameter expansion within quotesRon Yorston
2015-05-18ash: perform tilde expansion in all parameter expansion wordsRon Yorston
2015-04-18ash: fix handling of duplicate "local"Denys Vlasenko
2015-02-05ash: fix a SEGV case in an invalid heredocDenys Vlasenko
2014-03-16ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko
2010-09-15shell/math: return string error indicator, not integerDenys Vlasenko
2010-09-05hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko
2010-09-04hush: fix handling of backslashes in variable assignmentDenys Vlasenko
2010-08-30ash: add another ${v/a/b} test we currently failDenys Vlasenko
2010-08-07ash: fix another bit of var_bash4 bugDenys Vlasenko
2010-08-06var_bash4.tests: better wording in commentDenys Vlasenko
2010-08-06update var_bash4 test. one more bug revealed by it now...Denys Vlasenko
2010-08-05ash: extend var_bash4.tests; nocode changesDenys Vlasenko
2010-08-05ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko
2010-07-25ash: fix $! value when traps are setAlexander Shishkin
2010-06-26ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko
2010-06-24ash: <> redir should not truncateAndreas Bühmann
2010-06-18ash: fix unset in standalone modeDenys Vlasenko
2010-06-03ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko
2010-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko
2010-05-18ash: fix var_leak testcaseDenys Vlasenko
2010-05-18ash: fix testsuite false positivesDenys Vlasenko