]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/cuddled-if-then-else.expect
Merge branch 'da/rhel7-lacks-uncompress2-and-c99'
[thirdparty/git.git] / t / chainlint / cuddled-if-then-else.expect
1 (if test -z ""; then
2 echo empty
3 else
4 echo bizzy
5 fi) &&
6 echo foobar