Merge branch 'ab/refs-various-fixes'
[alt-git.git] / t / chainlint / cuddled-if-then-else.expect
blob1d8ed58c4948ea2b975de2742ccad603f48042dc
1 (if test -z ""; then
2     echo empty
3  else
4     echo bizzy
5  fi) &&
6 echo foobar