rev-parse: add option --resolve-git-dir <path>
[gitweb.git] / t / t5800-remote-helpers.sh
index 12f471c07088db530b3f94193fd86a1efeb29509..1c62001fce76a73cc951dd18bcf6cb6f650f69e8 100755 (executable)
@@ -98,7 +98,7 @@ test_expect_success 'fetch new branch' '
        compare_refs public HEAD localclone FETCH_HEAD
 '
 
-test_expect_failure 'fetch multiple branches' '
+test_expect_success 'fetch multiple branches' '
        (cd localclone &&
         git fetch
        ) &&