t / chainlint / exit-subshell.expecton commit Do not print 'dangling' for cat-file in case of ambiguity (d1dd94b)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)