blob: 777389f0d922422dc9bb7b74457f24ec35d31ffc (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This is obviously a ridiculous thing to do, but we should be able
# to handle two here-docs on the same line, and attribute them
# correctly.
test_expect_success "$(cat <<END_OF_PREREQS)" 'here-doc-double' - <<\EOT
SOME
PREREQS
END_OF_PREREQS
echo "actual test commands"
echo "that should be checked"
EOT
|