aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/run-all
AgeCommit message (Expand)Author
2017-08-03nofork: fix a bug uncovered by hush testsuite (forgotten fflush)Denys Vlasenko
2017-07-06shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2011-05-09hush: add tests for interrupting readDenys Vlasenko
2009-08-12hust test: complain if busybox binary can't be foundDenys Vlasenko
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko
2009-06-01hush_test: stop mixing tabs/spaces for indentationMike Frysinger
2009-06-01hush_test: filter test output to avoid C lib differencesMike Frysinger
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