diff options
Diffstat (limited to 'shell/hush_test/hush-misc/heredoc2.tests')
-rwxr-xr-x | shell/hush_test/hush-misc/heredoc2.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/heredoc2.tests b/shell/hush_test/hush-misc/heredoc2.tests index 71ab0e83a..19d9c9681 100755 --- a/shell/hush_test/hush-misc/heredoc2.tests +++ b/shell/hush_test/hush-misc/heredoc2.tests @@ -3,6 +3,7 @@ f=1 exit EOF-f " echo $f +echo `echo Hello World` moo EOF-f EOF-f f |