]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/complex-if-in-cuddled-loop.expect
Merge branch 'rs/bisect-start-leakfix' into maint-2.38
[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 ?!LOOP?!
8 done) &&
9 test ! -f file