sh testsuite: create hush-heredoc/* and move files around
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
12
shell/hush_test/hush-heredoc/heredoc3.tests
Executable file
12
shell/hush_test/hush-heredoc/heredoc3.tests
Executable file
@@ -0,0 +1,12 @@
|
||||
f=1
|
||||
cat <<- EOF-f""
|
||||
exit EOF-f
|
||||
"
|
||||
echo $f
|
||||
echo `echo Hello World`
|
||||
moo
|
||||
EOF-f
|
||||
EOF-f f
|
||||
EOF-f
|
||||
EOF-f
|
||||
echo Ok
|
Reference in New Issue
Block a user