Code

Merge branch 'js/maint-all-implies-HEAD'
[git.git] / t / t5701-clone-local.sh
index fbd9bfa57350e42d21ecfd3e1ccce13cc26b67dc..3559d179647035a6ad8783aabfbecb8edcd4c254 100755 (executable)
@@ -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