commit | 2c0ab4d49d294aa9127ce5616d2d6c4d12be8e74 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Feb 15 13:35:19 2015 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Feb 15 15:38:09 2015 -0800 |
tree | 88ab71859747aab36d6da8bd177bf49a0b6b1223 | |
parent | f2b4f0a23b400f5760deb9251296d79eba83ab78 [diff] |
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>