Skip to content

Commit 74e3f97

Browse files
committed
Fix typo in t4008 test title
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 10455d2 commit 74e3f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4008-diff-break-rewrite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ test_expect_success \
119119
'compare_diff_raw expected current'
120120

121121
test_expect_success \
122-
'run diff with -B' \
122+
'run diff with -B -M' \
123123
'git diff-index -B -M "$tree" >current'
124124

125125
# This should not mistake file0 as the copy source of new file1

0 commit comments

Comments
 (0)