fetch-pack: eliminate spurious error messages
[gitweb.git] / t / t5500-fetch-pack.sh
index 894d945bdd6f0e6067c57f7c4315f759b34b0ef3..6322e8ade8436dc4e66b9874638e7ca6b7d222b3 100755 (executable)
@@ -427,14 +427,14 @@ test_expect_success 'test missing ref before existing' '
        test_cmp expect-error error-me
 '
 
-test_expect_failure 'test --all, --depth, and explicit head' '
+test_expect_success 'test --all, --depth, and explicit head' '
        (
                cd client &&
                git fetch-pack --no-progress --all --depth=1 .. refs/heads/A
        ) >out-adh 2>error-adh
 '
 
-test_expect_failure 'test --all, --depth, and explicit tag' '
+test_expect_success 'test --all, --depth, and explicit tag' '
        git tag OLDTAG refs/heads/B~5 &&
        (
                cd client &&