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