aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-heredoc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-04-01 18:55:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-04-01 18:55:00 +0200
commitbb6f573ad204887e2447a40628efd98f334fb520 (patch)
treeb088b3516d3e5662563657a0818016741f643034 /shell/hush_test/hush-heredoc
parent41fddb43729373740bfba82da83373ec5ba49fc8 (diff)
downloadbusybox-bb6f573ad204887e2447a40628efd98f334fb520.tar.gz
hush: add a comment where we differ from bash wrt heredoc EOF mark handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-heredoc')
-rw-r--r--shell/hush_test/hush-heredoc/heredoc_backquote1.right5
-rwxr-xr-xshell/hush_test/hush-heredoc/heredoc_backquote1.tests10
2 files changed, 0 insertions, 15 deletions
diff --git a/shell/hush_test/hush-heredoc/heredoc_backquote1.right b/shell/hush_test/hush-heredoc/heredoc_backquote1.right
deleted file mode 100644
index 0be2a3296..000000000
--- a/shell/hush_test/hush-heredoc/heredoc_backquote1.right
+++ /dev/null
@@ -1,5 +0,0 @@
-heredoc1
-Ok1:0
-heredoc2
-EO`false`F
-Ok2:0
diff --git a/shell/hush_test/hush-heredoc/heredoc_backquote1.tests b/shell/hush_test/hush-heredoc/heredoc_backquote1.tests
deleted file mode 100755
index ec3d8fe1d..000000000
--- a/shell/hush_test/hush-heredoc/heredoc_backquote1.tests
+++ /dev/null
@@ -1,10 +0,0 @@
-cat <<EO`true`F
-heredoc1
-EO`true`F
-echo Ok1:$?
-
-cat <<EO`true`F
-heredoc2
-EO`false`F
-EO`true`F
-echo Ok2:$?