gpg-interface: allow use of a custom GPG binary
[gitweb.git] / t / t5510-fetch.sh
index 7e433b179f9fcb0b3ccdd0ec83c6ec850735e391..251d138aaef4468c8b59f0bfa13c6ffc292372c8 100755 (executable)
@@ -116,7 +116,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 &&
@@ -125,8 +125,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' '