]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/subshell-here-doc.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / subshell-here-doc.expect
index 74723e734043bd6300318b91a4874509c850460c..029d129299a0a5c68d45661071ba3ae144cd5377 100644 (file)
@@ -1,11 +1,10 @@
 (
-       echo wobba             gorgo snoot             wafta snurb &&
-?!AMP?!        cat >bip
-       echo >bop
->) &&
+       echo wobba             gorgo snoot             wafta snurb <<-EOF &&
+       cat <<EOF >bip ?!AMP?!
+       echo <<-EOF >bop
+) &&
 (
-       cat >bup &&
-       cat >bup2 &&
-       cat >bup3 &&
+       cat <<-ARBITRARY >bup &&
+       cat <<-ARBITRARY3 >bup3 &&
        meep
->)
+)