X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft5616-partial-clone.sh;h=8a27452a51159b51922ff64fffab4b801a20b9db;hb=12210859da0c16c644dab658d9e1ef671ec28788;hp=88002b24afc65f4fcab2ee059a208bf1b141a4d8;hpb=0b07eecf6ed9334f09d6624732a4af2da03e38eb;p=thirdparty%2Fgit.git diff --git a/t/t5616-partial-clone.sh b/t/t5616-partial-clone.sh index 88002b24af..8a27452a51 100755 --- a/t/t5616-partial-clone.sh +++ b/t/t5616-partial-clone.sh @@ -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