index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
Age
Commit message (
Expand
)
Author
2009-04-09
hush: deal with some easier TODOs
Denis Vlasenko
2009-04-09
hush: plug the leak of expanded heredoc
Denis Vlasenko
2009-04-09
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-09
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-09
we arent testing `echo -n` here so use printf instead
Mike Frysinger
2009-04-09
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-08
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
expand leak_all1.tests
Denis Vlasenko
2009-04-08
hush: add a leak test which currently fails
Denis Vlasenko
2009-04-08
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
hush: echo \2>file fix
Denis Vlasenko
2009-04-07
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
use sleep rather than usleep
Mike Frysinger
2009-04-07
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-06
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
make hush-misc/*.tests executable
Denis Vlasenko
2009-04-06
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
*.tests should be executable
Denis Vlasenko
2009-04-06
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2009-04-06
add some brute force logic tests
Mike Frysinger
2009-04-06
add tests for basic fd open/close/dupe
Mike Frysinger
2009-04-06
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
2009-04-05
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
fixing mode on hush-leak/leak_argv1.tests
Denis Vlasenko
2009-04-05
hush: fix passing of $n on NOMMU
Denis Vlasenko
2009-04-04
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-03
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2009-04-03
hush: fix bug with local environment vars in pipes; simplify parse_stream()
Denis Vlasenko
2009-04-02
trim trailing slashes from specified subdir so we output to the right place
Mike Frysinger
2009-04-02
hush: rename ->o_quote to ->o_escape
Denis Vlasenko
2009-03-31
hust_test/*: use "$THIS_SH" instead of hush
Denis Vlasenko
2009-03-30
implement `unset` semantics as required by POSIX
Mike Frysinger
2009-03-29
enable trap tests
Mike Frysinger
2009-03-29
add test cases for `trap` ... but disabled for now until trap support is comm...
Mike Frysinger
2009-03-28
test for invalid named variables
Mike Frysinger
2009-03-28
remove ((expr)) bash'ism
Denis Vlasenko
2009-03-28
add hush tests for parameter expansion
Mike Frysinger
2009-03-28
make sure we exit based on test failure rather than always exiting with 0
Mike Frysinger
2009-03-22
hush: fix segv at repeated "set -- a b c" + "shift"
Denis Vlasenko
2009-03-20
hush: tweak testsuite
Denis Vlasenko
2009-03-20
hush: fix bug 207 and "hush -c" parameter passing.
Denis Vlasenko
2008-10-13
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
testcase for the last fix
Denis Vlasenko
2008-10-09
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-08-04
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-07-31
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
[prev]
[next]