summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2009-04-24 23:18:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-25 15:54:18 (GMT)
commit1ef2d5a640d14e924751adb500224a36d87f9771 (patch)
treefba153cab66b6587c06905baf1c17e1eeb6b6495 /t
parent84eeb687de7a6c7c42af3fb51b176e0f412a979e (diff)
downloadgit-1ef2d5a640d14e924751adb500224a36d87f9771.zip
git-1ef2d5a640d14e924751adb500224a36d87f9771.tar.gz
git-1ef2d5a640d14e924751adb500224a36d87f9771.tar.bz2
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 <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t7700-repack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7700-repack.sh b/t/t7700-repack.sh
index 6b29bff..87c9b0e 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 &&