fix typo in comment
[oweals/busybox.git] / shell / ash_test / run-all
2009-06-14 Denys Vlasenkoash: fix . builtin
2008-07-24 Denis Vlasenkoash: fix a bug where redirection fds were not closed...
2008-06-05 Denis Vlasenkoash testsuite: modify it so that it can run hush and...
2008-02-15 Denis Vlasenkoash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
2008-02-13 Denis Vlasenkoash: add a testcase for recently fixed signal bug
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-05 Denis Vlasenkosmall ash testsuite, adapted from bash