]> git.ipfire.org Git - thirdparty/git.git/blob - 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
1 (for i in a b c; do
2 if test "$(echo $(waffle bat))" = "eleventeen" &&
3 test "$x" = "$y"; then
4 :
5 else
6 echo >file
7 fi
8 done) &&
9 test ! -f file