]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/cuddled-if-then-else.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / cuddled-if-then-else.expect
CommitLineData
d73f5cfa 1(if test -z ""; then
24c86180
ES
2 echo empty
3 else
4 echo bizzy
5be30d0c 5 fi) &&
24c86180 6echo foobar