t4010: correct expected object names
commitbb8db1b5538a455a0892312b25d73d51f2650429
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 21:35:19 +0000 (15 13:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 23:38:10 +0000 (15 15:38 -0800)
tree94cc98daf693b91d7d628626f13061ccee070455
parent2c0ab4d49d294aa9127ce5616d2d6c4d12be8e74
t4010: correct expected object names

The output the test expects is bogus.

It was left unnoticed only because compare_diff_raw, which only
cares about the add/delete/rename/copy was used to check the result.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4010-diff-pathspec.sh