X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft5601-clone.sh;h=15fb64c18d860e582542c0ae225897b9b22e89d0;hb=e1dd499513a363434d1ed4cd5e409fea17a93b28;hp=eb9a093e25fadce8f8e6964e1e4b208256419cad;hpb=c57afd73efcf0df974515eb97a6b1ee375107c71;p=thirdparty%2Fgit.git diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index eb9a093e25..15fb64c18d 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -704,7 +704,7 @@ test_expect_success 'batch missing blob request during checkout' ' # Ensure that there is only one negotiation by checking that there is # only "done" line sent. ("done" marks the end of negotiation.) GIT_TRACE_PACKET="$(pwd)/trace" git -C client checkout HEAD^ && - grep "git> done" trace >done_lines && + grep "fetch> done" trace >done_lines && test_line_count = 1 done_lines '