.. |
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
|
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
2008-08-04 00:46:07 +00:00 |
assignment1.tests
|
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
2008-08-04 00:46:07 +00:00 |
assignment2.rigth
|
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
2008-08-04 00:46:07 +00:00 |
assignment2.tests
|
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
2008-08-04 00:46:07 +00:00 |
break1.right
|
hush: support "break N" and "continue N"
|
2008-07-28 23:07:06 +00:00 |
break1.tests
|
hush: support "break N" and "continue N"
|
2008-07-28 23:07:06 +00:00 |
break2.right
|
hush: support "break N" and "continue N"
|
2008-07-28 23:07:06 +00:00 |
break2.tests
|
hush: support "break N" and "continue N"
|
2008-07-28 23:07:06 +00:00 |
break3.right
|
hush: support "break N" and "continue N"
|
2008-07-28 23:07:06 +00:00 |
break3.tests
|
hush: support "break N" and "continue N"
|
2008-07-28 23:07:06 +00:00 |
break4.right
|
hush: fix "while false; ..." exitcode; add testsuites
|
2008-07-28 23:17:31 +00:00 |
break4.tests
|
hush: fix "while false; ..." exitcode; add testsuites
|
2008-07-28 23:17:31 +00:00 |
break5.right
|
hush: fix break'ing out of {} and () groups; with testcase
|
2008-07-29 11:37:15 +00:00 |
break5.tests
|
hush: fix break'ing out of {} and () groups; with testcase
|
2008-07-29 11:37:15 +00:00 |
builtin1.right
|
hush: add #defines to switch off break/continue if loops are not supported
|
2008-07-29 10:16:05 +00:00 |
builtin1.tests
|
hush: add #defines to switch off break/continue if loops are not supported
|
2008-07-29 10:16:05 +00:00 |
case1.right
|
hush: fix "case ... in <newline> word)..."
|
2008-07-31 10:09:26 +00:00 |
case1.tests
|
hush: fix "case ... in <newline> word)..."
|
2008-07-31 10:09:26 +00:00 |
colon.right
|
hush: add support for ':'; create testsuite entries
|
2008-06-14 15:50:55 +00:00 |
colon.tests
|
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
2008-06-14 17:13:20 +00:00 |
continue1.right
|
hush: small fix for repeated continue and fix for wrong loop depth count
|
2008-07-29 13:36:09 +00:00 |
continue1.tests
|
hush: small fix for repeated continue and fix for wrong loop depth count
|
2008-07-29 13:36:09 +00:00 |
continue2.right
|
hush: fix a bunch of obscure while/until/continue bugs
|
2009-04-06 18:08:35 +00:00 |
continue2.tests
|
make hush-misc/*.tests executable
|
2009-04-06 18:10:20 +00:00 |
continue3.right
|
hush: fix a bunch of obscure while/until/continue bugs
|
2009-04-06 18:08:35 +00:00 |
continue3.tests
|
make hush-misc/*.tests executable
|
2009-04-06 18:10:20 +00:00 |
empty_for2.right
|
hush: support "for v; do ... done" syntax (implied 'in "$@"')
|
2008-07-05 20:29:59 +00:00 |
empty_for2.tests
|
hush: support "for v; do ... done" syntax (implied 'in "$@"')
|
2008-07-05 20:29:59 +00:00 |
empty_for.right
|
hush: fix "for a in; do echo 'I should never run'; done" bug
|
2008-06-17 12:09:21 +00:00 |
empty_for.tests
|
hush: fix "for a in; do echo 'I should never run'; done" bug
|
2008-06-17 12:09:21 +00:00 |
exec.right
|
add tests for basic fd open/close/dupe
|
2009-04-06 12:36:10 +00:00 |
exec.tests
|
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
|
2009-04-07 02:29:51 +00:00 |
exit1.right
|
hush: fix EXIT trap recursion case; check redirection failures
|
2009-04-09 13:43:11 +00:00 |
exit1.tests
|
hush: fix EXIT trap recursion case; check redirection failures
|
2009-04-09 13:43:11 +00:00 |
for_with_keywords.right
|
hush: support "for if in do done then; do echo $if; done" case
|
2008-07-06 10:01:13 +00:00 |
for_with_keywords.tests
|
hush: support "for if in do done then; do echo $if; done" case
|
2008-07-06 10:01:13 +00:00 |
heredoc1.right
|
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
|
2009-04-07 02:29:51 +00:00 |
heredoc1.tests
|
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
|
2009-04-07 02:29:51 +00:00 |
heredoc2.right
|
hush: echo \2>file fix
|
2009-04-08 09:29:14 +00:00 |
heredoc2.tests
|
hush: echo \2>file fix
|
2009-04-08 09:29:14 +00:00 |
heredoc3.right
|
hush: echo \2>file fix
|
2009-04-08 09:29:14 +00:00 |
heredoc3.tests
|
hush: echo \2>file fix
|
2009-04-08 09:29:14 +00:00 |
heredoc_huge.right
|
hush: more rodust detection of unterminated strings etc;
|
2009-04-08 21:51:33 +00:00 |
heredoc_huge.tests
|
hush: more rodust detection of unterminated strings etc;
|
2009-04-08 21:51:33 +00:00 |
if_false_exitcode.right
|
hush: fix "if false; then...fi" exitcode;
|
2009-04-06 18:40:31 +00:00 |
if_false_exitcode.tests
|
hush: fix "if false; then...fi" exitcode;
|
2009-04-06 18:40:31 +00:00 |
pid.right
|
hush: fix $$ handling
|
2008-06-17 12:28:44 +00:00 |
pid.tests
|
hush: fix $$ handling
|
2008-06-17 12:28:44 +00:00 |
read.right
|
hush: fix read builtin to not read ahead past eol and to not use
|
2007-06-13 06:47:47 +00:00 |
read.tests
|
hush: fix read builtin to not read ahead past eol and to not use
|
2007-06-13 06:47:47 +00:00 |
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 |
redir2.right
|
hush: echo \2>file fix
|
2009-04-08 09:29:14 +00:00 |
redir2.tests
|
hush: echo \2>file fix
|
2009-04-08 09:29:14 +00:00 |
redir3.right
|
hush: fix EXIT trap recursion case; check redirection failures
|
2009-04-09 13:43:11 +00:00 |
redir3.tests
|
hush: fix EXIT trap recursion case; check redirection failures
|
2009-04-09 13:43:11 +00:00 |
shift.right
|
hush: improve 2 testsuite tests
|
2007-05-24 13:22:01 +00:00 |
shift.tests
|
hush: improve 2 testsuite tests
|
2007-05-24 13:22:01 +00:00 |
syntax_err_negate.right
|
hush: improve parse_stream: does not require parsing context struct;
|
2009-04-03 16:49:04 +00:00 |
syntax_err_negate.tests
|
hush: support "! cmd | cmd" negation
|
2008-06-14 11:00:17 +00:00 |
syntax_err.right
|
hush: finally make cmd safe on NOMMU
|
2009-04-03 22:31:18 +00:00 |
syntax_err.tests
|
hush: improve 2 testsuite tests
|
2007-05-24 13:22:01 +00:00 |
until1.right
|
hush: fix a bunch of obscure while/until/continue bugs
|
2009-04-06 18:08:35 +00:00 |
until1.tests
|
make hush-misc/*.tests executable
|
2009-04-06 18:10:20 +00:00 |
while1.right
|
hush: fix "while false; ..." exitcode; add testsuites
|
2008-07-28 23:17:31 +00:00 |
while1.tests
|
hush: fix "while false; ..." exitcode; add testsuites
|
2008-07-28 23:17:31 +00:00 |
while2.right
|
hush: fix a bunch of obscure while/until/continue bugs
|
2009-04-06 18:08:35 +00:00 |
while2.tests
|
make hush-misc/*.tests executable
|
2009-04-06 18:10:20 +00:00 |
while_in_subshell.right
|
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
2008-06-14 17:13:20 +00:00 |
while_in_subshell.tests
|
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
2008-06-14 17:13:20 +00:00 |