Git fork
at reftables-rust 8 lines 141 B view raw
1test_expect_success 'exit-subshell' ' 2( 3# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain 4 foo || exit 1 5 bar && 6 baz 7) 8'