Skip to content

Commit 971f9ea

Browse files
committed
Merge branch 'mp/t7060-diff-index-test'
Fix an old test that was doing the same thing as another one. * mp/t7060-diff-index-test: t7060: actually test "git diff-index --cached -M"
2 parents e0eeba2 + b894d3e commit 971f9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7060-wtstatus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test_expect_success 'git diff-index --cached -M shows 2 added + 1 unmerged' '
106106
A THREE
107107
A TWO
108108
EOF
109-
git diff-index --cached --name-status HEAD >actual &&
109+
git diff-index --cached -M --name-status HEAD >actual &&
110110
test_cmp expected actual
111111
'
112112

0 commit comments

Comments
 (0)