]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/complex-if-in-cuddled-loop.expect
Merge branch 'jc/receive-deny-current-branch-fix' into maint
[thirdparty/git.git] / t / chainlint / complex-if-in-cuddled-loop.expect
CommitLineData
1f718b0b
ES
1(
2for i in a b c; do
3 if test "$(echo $(waffle bat))" = "eleventeen" &&
4 test "$x" = "$y"; then
5 :
6 else
7 echo >file
8 fi
9> done) &&
10test ! -f file