diff options
Diffstat (limited to 't/chainlint/nested-here-doc.expect')
-rw-r--r-- | t/chainlint/nested-here-doc.expect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/nested-here-doc.expect b/t/chainlint/nested-here-doc.expect index 2a51205d32..e3bef63f75 100644 --- a/t/chainlint/nested-here-doc.expect +++ b/t/chainlint/nested-here-doc.expect @@ -1,7 +1,7 @@ -cat >foop && +cat <<ARBITRARY >foop && ( - cat && - cat ?!AMP?! + cat <<-INPUT_END && + cat <<-EOT ?!AMP?! foobar ) |