t9300: correct expected object names
commit2c0ab4d49d294aa9127ce5616d2d6c4d12be8e74
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:09 +0000 (15 15:38 -0800)
tree88ab71859747aab36d6da8bd177bf49a0b6b1223
parentf2b4f0a23b400f5760deb9251296d79eba83ab78
t9300: correct expected object names

The output the test #36 expects is bogus.  There are no blob objects
whose names are 36a590... or 046d037... when this test was run.

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/t9300-fast-import.sh