aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-14 17:13:20 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-14 17:13:20 +0000
commitf8d01d3f66dc50e54dae3c1d0e9b249f71f1dd43 (patch)
tree3389ceea2b3b8db090cad74507acfa1c061c6a75 /shell/hush_test/hush-bugs
parentdd316dd283704b9adb588c3fb7cdec6ba5fbceb8 (diff)
downloadbusybox-f8d01d3f66dc50e54dae3c1d0e9b249f71f1dd43.tar.gz
hush: fix a bug where we were requiring semicolon here: (cmd;)
also fix a bug where after error prompt is not shown. function old new delta parse_stream 1612 1638 +26 parse_and_run_stream 361 375 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes
Diffstat (limited to 'shell/hush_test/hush-bugs')
-rw-r--r--shell/hush_test/hush-bugs/while_in_subshell.right1
-rwxr-xr-xshell/hush_test/hush-bugs/while_in_subshell.tests2
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/hush_test/hush-bugs/while_in_subshell.right b/shell/hush_test/hush-bugs/while_in_subshell.right
deleted file mode 100644
index 290d39b7e..000000000
--- a/shell/hush_test/hush-bugs/while_in_subshell.right
+++ /dev/null
@@ -1 +0,0 @@
-OK: 0
diff --git a/shell/hush_test/hush-bugs/while_in_subshell.tests b/shell/hush_test/hush-bugs/while_in_subshell.tests
deleted file mode 100755
index def8e092b..000000000
--- a/shell/hush_test/hush-bugs/while_in_subshell.tests
+++ /dev/null
@@ -1,2 +0,0 @@
-(while true; do exit; done)
-echo OK: $?