pack-objects: extend test coverage of `--stdin-packs` with alternates
commitf3028418c3b68350aa810064c95283062c9157d6
authorPatrick Steinhardt <ps@pks.im>
Fri, 14 Apr 2023 06:01:59 +0000 (14 08:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Apr 2023 17:27:52 +0000 (14 10:27 -0700)
treed6df26450abd5108e6feaefe657baec364129c37
parent752b465c3c0fd7f503b50c326017b8b13af83c3b
pack-objects: extend test coverage of `--stdin-packs` with alternates

We don't have any tests that verify that git-pack-objects(1) works with
`--stdin-packs` when combined with alternate object directories. Add
some to make sure that the basic functionality works as expected.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5331-pack-objects-stdin.sh