From: Jeff King Date: Wed, 31 Jul 2019 05:37:36 +0000 (-0400) Subject: t7700: clean up .keep file in bitmap-writing test X-Git-Tag: v2.23.0-rc1~5^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cc2649ae2dac565202bb9041cbb54b29e9f501b3?hp=cc2649ae2dac565202bb9041cbb54b29e9f501b3 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 Signed-off-by: Junio C Hamano ---