index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
run-all
Age
Commit message (
Expand
)
Author
2017-08-03
nofork: fix a bug uncovered by hush testsuite (forgotten fflush)
Denys Vlasenko
2017-07-06
shell: syncronize ash_test/run-all and hush_test/run-all a bit
Denys Vlasenko
2016-08-19
hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186
Denys Vlasenko
2011-05-09
hush: add tests for interrupting read
Denys Vlasenko
2009-08-12
hust test: complain if busybox binary can't be found
Denys Vlasenko
2009-08-12
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
2009-06-01
hush_test: stop mixing tabs/spaces for indentation
Mike Frysinger
2009-06-01
hush_test: filter test output to avoid C lib differences
Mike Frysinger
2009-04-09
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-06
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-02
trim trailing slashes from specified subdir so we output to the right place
Mike Frysinger
2009-03-28
remove ((expr)) bash'ism
Denis Vlasenko
2009-03-28
make sure we exit based on test failure rather than always exiting with 0
Mike Frysinger
2008-06-17
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Denis Vlasenko
2008-06-14
hush: support "! cmd | cmd" negation
Denis Vlasenko
2008-02-10
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
Denis Vlasenko
2007-11-23
hush: fix $ expansion in redirections, add testcase for that
Denis Vlasenko
2007-11-23
hush: plug memory leak
Denis Vlasenko
2007-05-11
hush: reinstate hush_test, add testcases for process subst
Denis Vlasenko
2007-05-11
hush: fix bug in interactive shell introduced yesterday
Denis Vlasenko
2007-05-10
hush: fix "unterminated last line loops forever" bug
Denis Vlasenko