]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/here-doc-multi-line-command-subst.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / here-doc-multi-line-command-subst.expect
index e5fb752d2fc22ac421704925a51fc952ecf530e1..f8b3aa73c4f180be48afff988c0f7cece67e45d4 100644 (file)
@@ -1,5 +1,5 @@
 (
-       x=$(bobble &&
-?!AMP?!>>              wiffle)
+       x=$(bobble <<-END &&
+               wiffle) ?!AMP?!
        echo $x
->)
+)