t / chainlint / exit-subshell.expecton commit commit: fix erroneous BUG, 'multiple renames on the same target? how?' (3e73cc6)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)