> > Ehh, please don't. We may add multi-pack-index there, or perhaps > > reverse index files in the future. If you care about having two > > packs logically because you are exercising the out-of-band > > prepackaged packfile plus the dynamic transfer, make sure you have > > two packs (and probably the idx files that go with them). Don't > > assume there will be one .idx each for them *AND* nothing else > > there. > > > >> + ls http_child/.git/objects/pack/* >filelist && > >> + test_line_count = 4 filelist > >> +' > > > > IOW, > > > > d=http_child/.git/objects/pack/ > > ls "$d"/*.pack "$d"/*.idx >filelist && > > test_line_count = 4 filelist > > > > or something like that. > > FYI, I have the following queued to make the tip of 'seen' pass the > tests. [snip] OK - I'll include these changes in the next version.