From: Nicolas Pitre Date: Thu, 4 Feb 2010 03:48:26 +0000 (-0500) Subject: fix multiple issues with t5300 X-Git-Tag: v1.7.0-rc2~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2fca19fbb524d028bff0467762186e641aa3351a?hp=2fca19fbb524d028bff0467762186e641aa3351a fix multiple issues with t5300 First of all, trying to run 'git verify-pack' on packs produced by the tests using pack.packSizeLimit always failed. After lots of digging and head scratching, it turns out that the preceeding test simulating a SHA1 collision did leave the repository quite confused, impacting subsequent tests. So let's move that destructive test last, and add tests to run verify-pack on the output from those packSizeLimit tests to catch such goofage. Finally, group those packSizeLimit tests together. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---