1test_expect_success 'pipe' ' 2( 3# LINT: no "&&" needed on line ending with "|" 4 foo | 5 bar | 6 baz && 7 8# LINT: final line of pipe sequence ("cow") lacking "&&" 9 fish | 10 cow 11 12 sunder 13) 14'