t7060: actually test "git diff-index --cached -M"
commitb894d3e7881cf48770a25fb16a90310afa30834f
authorMatthieu Prat <matthieuprat@gmail.com>
Wed, 2 Sep 2015 18:12:55 +0000 (2 14:12 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Sep 2015 19:23:30 +0000 (2 12:23 -0700)
tree768153d448df860aba5cdcfff606e5e2236b7a53
parentd7c9bf22351e39756f93f09b4251a6b5861d9cc0
t7060: actually test "git diff-index --cached -M"

A test was designed for "git diff-index --cached -M" but the command is
run without the "-M" option (which makes the test essentially identical
to its preceding counterpart).

Signed-off-by: Matthieu Prat <matthieuprat@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7060-wtstatus.sh