diff options
author | Denys Vlasenko | 2009-05-23 16:50:07 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-23 16:50:07 +0200 |
commit | e9bda90e549d1470c7630e1f015b7c1e1560b56b (patch) | |
tree | 171240523541449a1d97562564c2f0037057782d /shell/hush_test/hush-misc/case1.right | |
parent | 342a63d659ed41b0fe9f412eb75d495e64cc2096 (diff) | |
download | busybox-e9bda90e549d1470c7630e1f015b7c1e1560b56b.zip busybox-e9bda90e549d1470c7630e1f015b7c1e1560b56b.tar.gz |
hush: fix problems with case in subshells and with "case esac"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/case1.right')
-rw-r--r-- | shell/hush_test/hush-misc/case1.right | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/case1.right b/shell/hush_test/hush-misc/case1.right index e9e371a..4afb2f5 100644 --- a/shell/hush_test/hush-misc/case1.right +++ b/shell/hush_test/hush-misc/case1.right @@ -12,3 +12,11 @@ OK_44 OK_51 OK_52 OK_53 +OK_sub1 +OK_sub2 +OK_sub3 +OK_sub4 +OK_sub5 +OK_sub6 +OK_esac1 +Done |