]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/pipe.test
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / pipe.test
CommitLineData
5238710e
ES
1(
2# LINT: no "&&" needed on line ending with "|"
3 foo |
4 bar |
5 baz &&
6
5459bc1b 7# LINT: final line of pipe sequence ("cow") lacking "&&"
5238710e
ES
8 fish |
9 cow
10
11 sunder
12)