aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-04-10 14:40:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-04-10 14:40:23 +0200
commitbcf56114fa7f037cea579cdc8d17ac1a5dab93a3 (patch)
tree2bd982c3253f2ca83a84ecc2c4632f20c620a9ad /shell/hush_test
parent92a930b4e8dce1b8d884a83d7f38bb139ab8317f (diff)
downloadbusybox-bcf56114fa7f037cea579cdc8d17ac1a5dab93a3.tar.gz
hush: fix eval 'echo ok\'
function old new delta parse_stream 2762 2753 -9 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rw-r--r--shell/hush_test/hush-parsing/bkslash_eof1.right1
-rwxr-xr-xshell/hush_test/hush-parsing/bkslash_eof1.tests1
2 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/bkslash_eof1.right b/shell/hush_test/hush-parsing/bkslash_eof1.right
new file mode 100644
index 000000000..9766475a4
--- /dev/null
+++ b/shell/hush_test/hush-parsing/bkslash_eof1.right
@@ -0,0 +1 @@
+ok
diff --git a/shell/hush_test/hush-parsing/bkslash_eof1.tests b/shell/hush_test/hush-parsing/bkslash_eof1.tests
new file mode 100755
index 000000000..97629cb13
--- /dev/null
+++ b/shell/hush_test/hush-parsing/bkslash_eof1.tests
@@ -0,0 +1 @@
+eval 'echo ok\'