t5544: clarify 'hook works with partial clone' test
authorJacob Vosmaer <jacob@gitlab.com>
Tue, 2 Feb 2021 19:24:17 +0000 (20:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Feb 2021 20:21:38 +0000 (12:21 -0800)
commitad6b5fefbd15f08a32145e77d0c08394c7f17b9c
tree98f4420267dfa910b84cbef3b0166e6ac5173a6a
parentad5df6b782a13854c9ae9d273dd03c5b935ed7cb
t5544: clarify 'hook works with partial clone' test

Apply a few leftover improvements from the review of ad5df6b782
(upload-pack.c: fix filter spec quoting bug).

1. Instead of enumerating objects reachable from HEAD, enumerate all
reachable objects, because HEAD has not special significance in this
test.

2. Instead of relying on the knowledge that "? in rev-list output
means partial clone", explicitly verify that there are no blobs with
cat-file.

Signed-off-by: Jacob Vosmaer <jacob@gitlab.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5544-pack-objects-hook.sh