]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/complex-if-in-cuddled-loop.expect
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / chainlint / complex-if-in-cuddled-loop.expect
index 9674b88cf252f7409241c847d6219547ff2b07cc..2fca1834095817a0aba1bce38a5a837dea0debae 100644 (file)
@@ -1,10 +1,9 @@
-(
-for i in a b c; do
+(for i in a b c; do
    if test "$(echo $(waffle bat))" = "eleventeen" &&
      test "$x" = "$y"; then
      :
    else
      echo >file
    fi
-> done) &&
+ done) &&
 test ! -f file