aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/run-all
AgeCommit message (Expand)Author
2009-04-09source the .config so tests can signal they need to be skipped due to feature...Mike Frysinger
2009-04-06hush: fix a bunch of obscure while/until/continue bugsDenis Vlasenko
2009-04-02trim trailing slashes from specified subdir so we output to the right placeMike Frysinger
2009-03-28remove ((expr)) bash'ismDenis Vlasenko
2009-03-28make sure we exit based on test failure rather than always exiting with 0Mike Frysinger
2008-06-17hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko
2008-06-14hush: support "! cmd | cmd" negationDenis Vlasenko
2008-02-10hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko
2007-11-23hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko
2007-11-23hush: plug memory leakDenis Vlasenko
2007-05-11hush: reinstate hush_test, add testcases for process substDenis Vlasenko
2007-05-11hush: fix bug in interactive shell introduced yesterdayDenis Vlasenko
2007-05-10hush: fix "unterminated last line loops forever" bugDenis Vlasenko