Git fork
at reftables-rust 29 lines 253 B view raw
1test_expect_success 'close-subshell' ' 2# LINT: closing ")" with various decorations ("&&", ">", "|", etc.) 3( 4 foo 5) && 6( 7 bar 8) >out && 9( 10 baz 11) 2>err && 12( 13 boo 14) <input && 15( 16 bip 17) | wuzzle && 18( 19 bop 20) | fazz \ 21 fozz && 22( 23 bup 24) | 25fuzzle && 26( 27 yop 28) 29'