Start the 2.46 cycle
[git.git] / t / chainlint / complex-if-in-cuddled-loop.expect
blobdac2d0fd1d9037e9ebed8be9439bbafe334a1960
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