X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5701-clone-local.sh;h=3559d179647035a6ad8783aabfbecb8edcd4c254;hb=74b11bc3beca489502d0840e4c558a5fcc44e145;hp=fbd9bfa57350e42d21ecfd3e1ccce13cc26b67dc;hpb=86ac751859033741a120e9e4a91133d075d9d898;p=git.git diff --git a/t/t5701-clone-local.sh b/t/t5701-clone-local.sh index fbd9bfa57..3559d1796 100755 --- a/t/t5701-clone-local.sh +++ b/t/t5701-clone-local.sh @@ -11,8 +11,8 @@ test_expect_success 'preparing origin repository' ' git clone --bare . x && test "$(GIT_CONFIG=a.git/config git config --bool core.bare)" = true && test "$(GIT_CONFIG=x/config git config --bool core.bare)" = true - git bundle create b1.bundle --all HEAD && - git bundle create b2.bundle --all && + git bundle create b1.bundle --all && + git bundle create b2.bundle master && mkdir dir && cp b1.bundle dir/b3 cp b1.bundle b4