t / chainlint / exit-subshell.expecton commit tests: send "bug in the test script" errors to the script's stderr (165293a)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)