t / chainlint / exit-subshell.expecton commit switch: allow to switch in the middle of bisect (d16dc42)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)