t9143: do not fail if Compress::Zlib is missing
commitdf73af5f667a479764d2b2195cb0cb60b0b89e3d
authorEric Wong <normalperson@yhbt.net>
Sun, 26 Jul 2009 10:01:52 +0000 (26 03:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Jul 2009 18:51:45 +0000 (26 11:51 -0700)
tree45ac8348664a2e3da1d6b72b92ade32c7c5da59d
parente24c76bf09576e0d197db1e40dff655a75e9efe1
t9143: do not fail if Compress::Zlib is missing

"git svn gc" will not compress unhandled.log files if
Compress::Zlib is missing.  However, leftover index files should
always be removed, so add a test for this behavior as well.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9143-git-svn-gc.sh