t / chainlint / cuddled-if-then-else.expecton commit Merge branch 'cb/t5004-empty-tar-archive-fix' (37a99f8)
   1(
   2if test -z ""; then
   3    echo empty
   4 else
   5    echo bizzy
   6> fi) &&
   7echo foobar