Skip to content

Commit

Permalink
Merge branch 'mp/t7060-diff-index-test'
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
Junio C Hamano committed Sep 14, 2015
2 parents e0eeba2 + b894d3e commit 971f9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7060-wtstatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
'

Expand Down

0 comments on commit 971f9ea

Please sign in to comment.