t7700: drop explicit --no-pack-kept-objects from .keep test
commit2d0174e38eed8143b1df0584a6c038fdaee5b89b
authorJeff King <peff@peff.net>
Wed, 11 Jun 2014 06:32:45 +0000 (11 02:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jun 2014 20:53:45 +0000 (12 13:53 -0700)
tree12f2f4179103a8fdacb0082d6e12232f9c2789ee
parent71d76cb48029c94af022ea9dc9c74b4ba8bcc3a3
t7700: drop explicit --no-pack-kept-objects from .keep test

We want to make sure that the default behavior of git-repack,
without any options, continues to treat .keep files as it
always has. Adding an explicit --no-pack-kept-objects, as
ee34a2b did, is a much less interesting test, and prevented
us from noticing the bug fixed by 64d3dc9 (repack: do not
accidentally pack kept objects by default, 2014-06-10).

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