DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / chainlint / exit-subshell.test
12345678
test_expect_success 'exit-subshell' ' ( # LINT: "|| exit {n}" valid subshell escape without hurting &&-chain foo || exit 1 bar && baz ) '