busybox/shell/hush_test/hush-misc
Denis Vlasenko cd418a2670 hush: fix a bunch of obscure while/until/continue bugs
function                                             old     new   delta
run_list                                            1159    1214     +55
done_pipe                                            106     123     +17
done_command                                          86      98     +12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 84/0)               Total: 84 bytes
2009-04-06 18:08:35 +00:00
..
and-or.right move hush-parsing/and-or.tests to hush-misc/* 2009-04-06 16:17:51 +00:00
and-or.tests move hush-parsing/and-or.tests to hush-misc/* 2009-04-06 16:17:51 +00:00
assignment1.right
assignment1.tests
assignment2.rigth
assignment2.tests
break1.right
break1.tests
break2.right
break2.tests
break3.right
break3.tests
break4.right
break4.tests
break5.right
break5.tests
builtin1.right
builtin1.tests
case1.right
case1.tests
colon.right
colon.tests
continue1.right
continue1.tests
continue2.right hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
continue2.tests hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
continue3.right hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
continue3.tests hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
empty_for2.right
empty_for2.tests
empty_for.right
empty_for.tests
exec.right add tests for basic fd open/close/dupe 2009-04-06 12:36:10 +00:00
exec.tests *.tests should be executable 2009-04-06 16:27:51 +00:00
for_with_keywords.right
for_with_keywords.tests
pid.right
pid.tests
read.right
read.tests
redir1.right hush: fix "var=val >file" not creating file 2009-04-04 19:29:21 +00:00
redir1.tests fix redir1 tests -- usleep isnt standard in $PATH 2009-04-06 12:34:27 +00:00
shift.right
shift.tests
syntax_err_negate.right
syntax_err_negate.tests
syntax_err.right
syntax_err.tests
until1.right hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
until1.tests hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
while1.right
while1.tests
while2.right hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
while2.tests hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00
while_in_subshell.right
while_in_subshell.tests