t5304: test cleaning pack garbage
commite6d65c9a47a0f245614d34246fe28782a6d2209b
authorDoug Kelly <dougk.ff7@gmail.com>
Wed, 4 Nov 2015 03:05:07 +0000 (3 21:05 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Nov 2015 19:30:10 +0000 (4 11:30 -0800)
treeb16434bdc0e0637570984a31cea0222f004f080f
parent0a489b0680b841d3e7714be53b263ff190c39193
t5304: test cleaning pack garbage

Pack garbage, noticeably stale .idx files, can be cleaned up during
a garbage collection.  This tests to ensure such garbage is properly
cleaned up.

Note that the prior test for checking pack garbage with count-objects
left some stale garbage after the test exited.  This has also been
corrected.

Signed-off-by: Doug Kelly <dougk.ff7@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5304-prune.sh