From 2c0ab4d49d294aa9127ce5616d2d6c4d12be8e74 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 15 Feb 2015 13:35:19 -0800 Subject: [PATCH] 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 --- t/t9300-fast-import.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.11.4.GIT