hush/shell/hush_test
Denys Vlasenko 00ae989ee5 hush: fix a corner case of empty "do \n done" structure
The structure is:

    while cmd; do
    done

bash doesn't accept it at all. We were accepting it but execution
was buggy.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-05-31 17:35:45 +02:00
..
hush-arith shell/math: deconvolute and explain ?: handling. Give better error message 2010-09-16 11:50:46 +02:00
hush-bugs
hush-glob hush: add brace expansion testcase 2010-10-03 17:07:57 +02:00
hush-leak
hush-misc hush: fix a corner case of empty "do \n done" structure 2011-05-31 17:35:45 +02:00
hush-parsing hush: fix improper handling of newline and hash chars in few corner cases 2010-11-22 17:58:14 +01:00
hush-psubst
hush-read
hush-trap hush: add tests for interrupting read 2011-05-09 01:05:33 +02:00
hush-vars
hush-z_slow
.gitignore
run-all hush: add tests for interrupting read 2011-05-09 01:05:33 +02:00