The second batch
[alt-git.git] / t / chainlint / pipe.test
blob1af81c243b042689c43993470191ad37e1ea3039
1 test_expect_success 'pipe' '
3 # LINT: no "&&" needed on line ending with "|"
4         foo |
5         bar |
6         baz &&
8 # LINT: final line of pipe sequence ("cow") lacking "&&"
9         fish |
10         cow
12         sunder