]> git.ipfire.org Git - thirdparty/git.git/commit
test-lib tests: move "run_sub_test" to a new lib-subtest.sh
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 21 Jul 2021 22:57:40 +0000 (00:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jul 2021 23:27:04 +0000 (16:27 -0700)
commit866a3014de34d415300bdd488f2ccd7ae5fb2d65
tree0fc083a83648080f56f47cb588260a068ce981e7
parent33e5da5b6c231f25aa7de6730ccad0fc1fea5caf
test-lib tests: move "run_sub_test" to a new lib-subtest.sh

Move the "check_sub_test_lib_test()" and its sister functions to a new
lib-subtest.sh.

In the future (not in this series) I'd like to test test-lib's output
in a more targeted and smaller test, and I'll need these functions to
do that.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-subtest.sh [new file with mode: 0644]
t/t0000-basic.sh