]> git.ipfire.org Git - thirdparty/git.git/commit
subtree: t7900: use test-lib.sh's test_count
authorLuke Shumaker <lukeshu@datawire.io>
Tue, 27 Apr 2021 21:17:21 +0000 (15:17 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Apr 2021 07:47:16 +0000 (16:47 +0900)
commitf2bb7fef7a8d9a88cb440ad362863e510f5f2369
tree7c0dfa0509bffe640dd801a8b8089fb159eeed06
parent914d5125510f50cd8761768f16970a29cbce909c
subtree: t7900: use test-lib.sh's test_count

Use test-lib.sh's `test_count`, instead instead of having
t7900-subtree.sh do its own book-keeping with `subtree_test_count` that
has to be explicitly incremented by calling `next_test`.

Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/t/t7900-subtree.sh