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"
This commit is contained in:
commit
971f9ea543
@ -106,7 +106,7 @@ test_expect_success 'git diff-index --cached -M shows 2 added + 1 unmerged' '
|
|||||||
A THREE
|
A THREE
|
||||||
A TWO
|
A TWO
|
||||||
EOF
|
EOF
|
||||||
git diff-index --cached --name-status HEAD >actual &&
|
git diff-index --cached -M --name-status HEAD >actual &&
|
||||||
test_cmp expected actual
|
test_cmp expected actual
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user