diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 18:16:18 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 18:16:18 +0200 |
commit | 959cb6742832a3b403a5d0116088a09f33afe927 (patch) | |
tree | 17235c2edd88fe4c902980178a9c5442f15ae7b8 /shell/hush_test | |
parent | 9a8ece51582b83a2d4ed3e1854dca703d5113da2 (diff) | |
download | busybox-959cb6742832a3b403a5d0116088a09f33afe927.tar.gz |
shell: syncronize ash and hush heredoc1.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-heredoc/heredoc8.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-heredoc/heredoc8.tests | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-heredoc/heredoc8.right b/shell/hush_test/hush-heredoc/heredoc8.right new file mode 100644 index 000000000..558858f47 --- /dev/null +++ b/shell/hush_test/hush-heredoc/heredoc8.right @@ -0,0 +1 @@ +hush: syntax error at 'then' diff --git a/shell/hush_test/hush-heredoc/heredoc8.tests b/shell/hush_test/hush-heredoc/heredoc8.tests new file mode 100755 index 000000000..f7bc0737a --- /dev/null +++ b/shell/hush_test/hush-heredoc/heredoc8.tests @@ -0,0 +1,3 @@ +# ash used to SEGV on this: + +<<EOF; then <W |