Sign in
googlers
/
jrn
/
git
/
refs/heads/maint
/
.
/
t
/
chainlint
/
pipe.test
blob: 1af81c243b042689c43993470191ad37e1ea3039 [
file
] [
log
] [
blame
]
test_expect_success
'pipe'
'
(
# LINT: no "&&" needed on line ending with "|"
foo |
bar |
baz &&
# LINT: final line of pipe sequence ("cow") lacking "&&"
fish |
cow
sunder
)
'