| 1 | 2 cat >expect <<- EOF && |
| 2 | 3 header: 43475048 1 $(test_oid oid_version) $NUM_CHUNKS 0 |
| 3 | 4 num_commits: $1 |
| 4 | 5 chunks: oid_fanout oid_lookup commit_metadata generation_data bloom_indexes bloom_data |
| 5 | 6 EOF |
| 6 | 7 |
| 7 | 8 cat >expect << -EOF ?!LINT: missing '&&'?! |
| 8 | 9 this is not indented |
| 9 | 10 -EOF |
| 10 | 11 |
| 11 | 12 cleanup |