X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5510-fetch.sh;h=e88dbd50f3368296a0e0487d7ed1675646ee9594;hb=1d3a035d6d48bfa870b6ebe7c59f12b66e3a1b1c;hp=e0af4c4e62c40a563f692361944cc58e2c8e38e2;hpb=7406aa203ff0571815fc472486ae7271049185e6;p=git.git diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index e0af4c4e6..e88dbd50f 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -166,7 +166,7 @@ test_expect_success 'fetch must not resolve short tag name' ' ' -test_expect_success 'fetch must not resolve short remote name' ' +test_expect_success 'fetch can now resolve short remote name' ' cd "$D" && git update-ref refs/remotes/six/HEAD HEAD && @@ -175,8 +175,7 @@ test_expect_success 'fetch must not resolve short remote name' ' cd six && git init && - test_must_fail git fetch .. six:six - + git fetch .. six:six ' test_expect_success 'create bundle 1' '