pack-objects: split out `--stdin-packs` tests into separate file
commitb7b8f048f567f1dde24874e82227fbf2c64a1aed
authorPatrick Steinhardt <ps@pks.im>
Fri, 14 Apr 2023 06:01:45 +0000 (14 08:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Apr 2023 17:27:51 +0000 (14 10:27 -0700)
tree14f056c569d6a974c0d019a7ef379a8a9c390382
parent51861340f8d7f76a99e0d7265f4417b0a9a6871c
pack-objects: split out `--stdin-packs` tests into separate file

The test suite for git-pack-objects(1) is quite huge, and we're about to
add more tests that relate to the `--stdin-packs` option. Split out all
tests related to this option into a standalone file so that it becomes
easier to test the feature in isolation.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5300-pack-object.sh
t/t5331-pack-objects-stdin.sh [new file with mode: 0755]