diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-01 18:55:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-01 18:55:00 +0200 |
commit | bb6f573ad204887e2447a40628efd98f334fb520 (patch) | |
tree | b088b3516d3e5662563657a0818016741f643034 /shell/hush_test | |
parent | 41fddb43729373740bfba82da83373ec5ba49fc8 (diff) | |
download | busybox-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')
-rw-r--r-- | shell/hush_test/hush-heredoc/heredoc_backquote1.right | 5 | ||||
-rwxr-xr-x | shell/hush_test/hush-heredoc/heredoc_backquote1.tests | 10 |
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:$? |