aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-04-11 01:15:33 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-04-11 01:15:33 +0200
commit89e9d5534d0e8879803ed9dbb25dff3989c31202 (patch)
treeb1f7c630418dd97e4fad62d114381d0297460d52 /shell/hush_test
parent3632cb15f16a7596a68dccfd66a2ad9496bf9fd9 (diff)
downloadbusybox-89e9d5534d0e8879803ed9dbb25dff3989c31202.tar.gz
hush: do not drop backslash from eval 'echo ok\'
newer bash does not drop it, most other shells too function old new delta unbackslash 39 57 +18 parse_stream 2753 2751 -2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 18/-2) Total: 16 bytes 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.right2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-parsing/bkslash_eof1.right b/shell/hush_test/hush-parsing/bkslash_eof1.right
index 9766475a4..6c6df0b0c 100644
--- a/shell/hush_test/hush-parsing/bkslash_eof1.right
+++ b/shell/hush_test/hush-parsing/bkslash_eof1.right
@@ -1 +1 @@
-ok
+ok\