summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2009-04-25 01:18:53 +0200
committerJunio C Hamano <gitster@pobox.com>2009-04-25 17:54:18 +0200
commit1ef2d5a640d14e924751adb500224a36d87f9771 (patch)
treefba153cab66b6587c06905baf1c17e1eeb6b6495
parentt9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' (diff)
downloadgit-1ef2d5a640d14e924751adb500224a36d87f9771.tar.xz
git-1ef2d5a640d14e924751adb500224a36d87f9771.zip
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>
-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 6b29bff782..87c9b0e121 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 &&