t / chainlint / exit-subshell.expecton commit tests: add a special setup where rebase.useBuiltin is off (62c2393)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)