]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5601-clone.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t5601-clone.sh
index eb9a093e25fadce8f8e6964e1e4b208256419cad..15fb64c18d860e582542c0ae225897b9b22e89d0 100755 (executable)
@@ -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
 '