1. 19c9f31 nofork: fix a bug uncovered by hush testsuite (forgotten fflush) by Denys Vlasenko · 7 years ago
  2. 9a8ece5 shell: syncronize ash_test/run-all and hush_test/run-all a bit by Denys Vlasenko · 7 years ago
  3. 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
  4. bcf1fa8 hush: add tests for interrupting read by Denys Vlasenko · 14 years ago
  5. dbfa45b hust test: complain if busybox binary can't be found by Denys Vlasenko · 15 years ago
  6. cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
  7. 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
  8. eab40e5 hush_test: stop mixing tabs/spaces for indentation by Mike Frysinger · 16 years ago
  9. ff64fb9 hush_test: filter test output to avoid C lib differences by Mike Frysinger · 16 years ago
  10. 20300d0 source the .config so tests can signal they need to be skipped due to feature disable by Mike Frysinger · 16 years ago
  11. cd418a2 hush: fix a bunch of obscure while/until/continue bugs by Denis Vlasenko · 16 years ago
  12. a36258f trim trailing slashes from specified subdir so we output to the right place by Mike Frysinger · 16 years ago
  13. e61f07f remove ((expr)) bash'ism by Denis Vlasenko · 16 years ago
  14. 42ab865 make sure we exit based on test failure rather than always exiting with 0 by Mike Frysinger · 16 years ago
  15. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  16. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  17. 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago
  18. cccdc4e hush: fix $ expansion in redirections, add testcase for that by Denis Vlasenko · 17 years ago
  19. f962a03 hush: plug memory leak by Denis Vlasenko · 17 years ago
  20. 119b995 hush: reinstate hush_test, add testcases for process subst by Denis Vlasenko · 18 years ago
  21. 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 18 years ago
  22. e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 18 years ago