]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/complex-if-in-cuddled-loop.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / complex-if-in-cuddled-loop.expect
CommitLineData
d73f5cfa 1(for i in a b c; do
1f718b0b
ES
2 if test "$(echo $(waffle bat))" = "eleventeen" &&
3 test "$x" = "$y"; then
4 :
5 else
6 echo >file
fd4094c3 7 fi ?!LOOP?!
5be30d0c 8 done) &&
1f718b0b 9test ! -f file