t / chainlint / exit-subshell.expecton commit tests: add a special setup where prerequisites fail (dfe1a17)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)