summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDoug Kelly <dougk.ff7@gmail.com>2015-11-04 03:05:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-11-04 19:30:22 (GMT)
commit478f34d2b6ea13d5f56ecec04de7ca7ce18367c0 (patch)
treec42c51cc370555bc4fe5d978e6a9a3072182c16f /t
parente6d65c9a47a0f245614d34246fe28782a6d2209b (diff)
downloadgit-478f34d2b6ea13d5f56ecec04de7ca7ce18367c0.zip
git-478f34d2b6ea13d5f56ecec04de7ca7ce18367c0.tar.gz
git-478f34d2b6ea13d5f56ecec04de7ca7ce18367c0.tar.bz2
gc: remove garbage .idx files from pack dir
Add a custom report_garbage handler to collect and remove garbage .idx files from the pack directory. Signed-off-by: Doug Kelly <dougk.ff7@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t5304-prune.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5304-prune.sh b/t/t5304-prune.sh
index 0297515..def203c 100755
--- a/t/t5304-prune.sh
+++ b/t/t5304-prune.sh
@@ -245,7 +245,7 @@ EOF
test_cmp expected actual
'
-test_expect_failure 'clean pack garbage with gc' '
+test_expect_success 'clean pack garbage with gc' '
test_when_finished "rm -f .git/objects/pack/fake*" &&
test_when_finished "rm -f .git/objects/pack/foo*" &&
: >.git/objects/pack/foo.keep &&