From: Brandon Casey Date: Fri, 24 Apr 2009 23:18:53 +0000 (-0500) Subject: t7700-repack: repack -a now works properly, expect success from test X-Git-Tag: v1.6.3-rc3~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ef2d5a640d14e924751adb500224a36d87f9771;p=git.git t7700-repack: repack -a now works properly, expect success from test Since the recent rework of the object listing mechanism of pack-objects/rev-list, git-repack now properly packs objects from alternate repositories even when the local repository contains packs. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/t/t7700-repack.sh b/t/t7700-repack.sh index 6b29bff78..87c9b0e12 100755 --- a/t/t7700-repack.sh +++ b/t/t7700-repack.sh @@ -69,7 +69,7 @@ test_expect_success 'packed obs in alt ODB are repacked even when local repo is done ' -test_expect_failure 'packed obs in alt ODB are repacked when local repo has packs' ' +test_expect_success 'packed obs in alt ODB are repacked when local repo has packs' ' rm -f .git/objects/pack/* && echo new_content >> file1 && git add file1 &&