]> git.ipfire.org Git - thirdparty/git.git/commit
t7700: clean up .keep file in bitmap-writing test
authorJeff King <peff@peff.net>
Wed, 31 Jul 2019 05:37:36 +0000 (01:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Jul 2019 20:14:04 +0000 (13:14 -0700)
commitcc2649ae2dac565202bb9041cbb54b29e9f501b3
tree7418b3a426960292eac627fb2a4b29f55818012f
parent026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8
t7700: clean up .keep file in bitmap-writing test

After our test snippet finishes, the .keep file is left in place, making
it hard to do further tests of the auto-bitmap-writing code (since it
suppresses the feature completely). Let's clean it up.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7700-repack.sh