diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 18:19:35 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 18:19:35 +0200 |
commit | bb963bda62cc8b0965a921df70dfea44c4378163 (patch) | |
tree | 80039a5ec18fefdf74c0927b0e1ca58b8bf8d82f /shell/ash_test/ash-heredoc/heredoc3.right | |
parent | 959cb6742832a3b403a5d0116088a09f33afe927 (diff) |
shell: syncronize ash and hush heredoc3.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-heredoc/heredoc3.right')
-rw-r--r-- | shell/ash_test/ash-heredoc/heredoc3.right | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/shell/ash_test/ash-heredoc/heredoc3.right b/shell/ash_test/ash-heredoc/heredoc3.right index ce0136250..6ed517f74 100644 --- a/shell/ash_test/ash-heredoc/heredoc3.right +++ b/shell/ash_test/ash-heredoc/heredoc3.right @@ -1 +1,9 @@ -hello +exit EOF-f +" +echo $f +echo `echo Hello World` +moo + EOF-f +EOF-f f +EOF-f +Ok |