t5537: prepare for changing protocol.file.allow
[alt-git.git] / t / chainlint / block.test
blob0a82fd579f6751a8ed7a88505d2c7988eaf3ae5c
2 # LINT: missing "&&" after first "echo"
3         foo &&
4         {
5                 echo a
6                 echo b
7         } &&
8         bar &&
9 # LINT: missing "&&" at closing "}"
10         {
11                 echo c
12         }
13         baz