From: Junio C Hamano Date: Sun, 15 Feb 2015 21:35:19 +0000 (-0800) Subject: t9300: correct expected object names X-Git-Tag: v2.3.3~3^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c0ab4d49d294aa9127ce5616d2d6c4d12be8e74;p=thirdparty%2Fgit.git 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 --- diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 27263dfb80..e53def226a 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -582,8 +582,8 @@ test_expect_success 'D: verify pack' ' ' cat >expect <actual test_expect_success \