]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/nested-subshell.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / nested-subshell.expect
index c8165ad19ec5da791ac15fe5800d374885057633..41a48adaa2b8ff62784f9fe022281e094063e96a 100644 (file)
@@ -3,10 +3,10 @@
        (
                echo a &&
                echo b
->>     ) >file &&
+       ) >file &&
        cd foo &&
        (
                echo a
                echo b
->>     ) >file
->)
+       ) >file
+)