We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df0a5e4 + 293194c commit 09dcde9Copy full SHA for 09dcde9
t/t4067-diff-partial-clone.sh
@@ -125,8 +125,8 @@ test_expect_success 'diff with rename detection batches blobs' '
125
126
# Ensure that there is exactly 1 negotiation by checking that there is
127
# only 1 "done" line sent. ("done" marks the end of negotiation.)
128
- GIT_TRACE_PACKET="$(pwd)/trace" git -C client diff -M HEAD^ HEAD >out &&
129
- grep "similarity index" out &&
+ GIT_TRACE_PACKET="$(pwd)/trace" git -C client diff --raw -M HEAD^ HEAD >out &&
+ grep ":100644 100644.*R[0-9][0-9][0-9].*b.*c" out &&
130
grep "git> done" trace >done_lines &&
131
test_line_count = 1 done_lines
132
'
0 commit comments