t / chainlint / exit-subshell.expecton commit switch: reject if some operation is in progress (c45f0f5)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)