test_expect_success 'close-subshell' ' # LINT: closing ")" with various decorations ("&&", ">", "|", etc.) ( foo ) && ( bar ) >out && ( baz ) 2>err && ( boo )