aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars
AgeCommit message (Expand)Author
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-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko
2010-05-18ash: fix var_leak testcaseDenys Vlasenko
2008-06-14ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko
2008-04-13ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko
2008-04-12ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko
2008-04-12ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko
2008-03-25ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko
2008-02-15ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko