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-w32-bb6f573ad204887e2447a40628efd98f334fb520.tar.gz busybox-w32-bb6f573ad204887e2447a40628efd98f334fb520.tar.bz2 busybox-w32-bb6f573ad204887e2447a40628efd98f334fb520.zip |
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 @@ | |||
1 | heredoc1 | ||
2 | Ok1:0 | ||
3 | heredoc2 | ||
4 | EO`false`F | ||
5 | 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 @@ | |||
1 | cat <<EO`true`F | ||
2 | heredoc1 | ||
3 | EO`true`F | ||
4 | echo Ok1:$? | ||
5 | |||
6 | cat <<EO`true`F | ||
7 | heredoc2 | ||
8 | EO`false`F | ||
9 | EO`true`F | ||
10 | echo Ok2:$? | ||