t5537: prepare for changing protocol.file.allow
[alt-git.git] / t / chainlint / pipe.test
blobdd82534c6678624eb259c70d51f7a61fab603994
2 # LINT: no "&&" needed on line ending with "|"
3         foo |
4         bar |
5         baz &&
7 # LINT: final line of pipe sequence ("cow") lacking "&&"
8         fish |
9         cow
11         sunder