aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc_backquote1.tests
blob: ec3d8fe1d166a14b0ac07c84a306151da7fab420 (plain)
1
2
3
4
5
6
7
8
9
10
cat <<EO`true`F
heredoc1
EO`true`F
echo Ok1:$?

cat <<EO`true`F
heredoc2
EO`false`F
EO`true`F
echo Ok2:$?