test: add helper functions for git-bundle
commit9901164d81dfc2e050860f7dd60e5590c3cfaa50
authorJiang Xin <zhiyou.jx@alibaba-inc.com>
Tue, 12 Jan 2021 02:27:01 +0000 (11 21:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2021 05:50:41 +0000 (11 21:50 -0800)
tree2ac832fbac8cfef41064ab6958aa9879bae6074c
parent72c4083ddf91b489b7b7b812df67ee8842177d98
test: add helper functions for git-bundle

Move git-bundle related functions from t5510 to a library, and this lib
will be shared with a new testcase t6020 which finds a known breakage of
"git-bundle".

Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh
t/t6020-bundle-misc.sh [new file with mode: 0755]
t/test-bundle-functions.sh [new file with mode: 0644]