Browse Source

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"
maint
Junio C Hamano 10 years ago
parent
commit
971f9ea543
  1. 2
      t/t7060-wtstatus.sh

2
t/t7060-wtstatus.sh

@ -106,7 +106,7 @@ test_expect_success 'git diff-index --cached -M shows 2 added + 1 unmerged' ' @@ -106,7 +106,7 @@ test_expect_success 'git diff-index --cached -M shows 2 added + 1 unmerged' '
A THREE
A TWO
EOF
git diff-index --cached --name-status HEAD >actual &&
git diff-index --cached -M --name-status HEAD >actual &&
test_cmp expected actual
'


Loading…
Cancel
Save