]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5616-partial-clone.sh
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / t / t5616-partial-clone.sh
index 88002b24afc65f4fcab2ee059a208bf1b141a4d8..8a27452a51159b51922ff64fffab4b801a20b9db 100755 (executable)
@@ -384,12 +384,11 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas, protocol v2' '
        grep "want $(cat hash)" trace
 '
 
-# The following two tests must be in this order, or else
-# the first will not fail. It is important that the srv.bare
-# repository did not have tags during clone, but has tags
+# The following two tests must be in this order. It is important that
+# the srv.bare repository did not have tags during clone, but has tags
 # in the fetch.
 
-test_expect_failure 'verify fetch succeeds when asking for new tags' '
+test_expect_success 'verify fetch succeeds when asking for new tags' '
        git clone --filter=blob:none "file://$(pwd)/srv.bare" tag-test &&
        for i in I J K
        do