From 85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Tue, 24 Jun 2008 23:19:44 -0400 Subject: [PATCH] verify-pack: test for detection of index v2 object CRC mismatch Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- t/t5302-pack-index.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh index 09fd917672..ecec591634 100755 --- a/t/t5302-pack-index.sh +++ b/t/t5302-pack-index.sh @@ -162,4 +162,18 @@ test_expect_success \ '[index v2] 5) pack-objects refuses to reuse corrupted data' \ '! git pack-objects test-5 /dev/null || exit 1 + done &1) && + echo "$err" | grep "CRC mismatch"' + test_done -- 2.11.4.GIT