summaryrefslogtreecommitdiff
path: root/t/t5700-clone-reference.sh
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2012-02-11 06:20:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-13 03:50:39 (GMT)
commitf2576591320f6296d341fa14bd50ba6918ced864 (patch)
treeb8a31c1b180a9b3fcf7b85f888597f10bef5ed11 /t/t5700-clone-reference.sh
parentc41a802fe9593db67f458bde9f15f51fdf3f4f1a (diff)
downloadgit-f2576591320f6296d341fa14bd50ba6918ced864.zip
git-f2576591320f6296d341fa14bd50ba6918ced864.tar.gz
git-f2576591320f6296d341fa14bd50ba6918ced864.tar.bz2
everything_local(): mark alternate refs as complete
Objects in an alternate object database are already available to the local repository and therefore don't need to be fetched. So mark them as complete in everything_local(). This fixes a test in t5700. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5700-clone-reference.sh')
-rwxr-xr-xt/t5700-clone-reference.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5700-clone-reference.sh b/t/t5700-clone-reference.sh
index bd7a1d7..bbc4691 100755
--- a/t/t5700-clone-reference.sh
+++ b/t/t5700-clone-reference.sh
@@ -167,7 +167,7 @@ test_expect_success 'prepare branched repository' '
rm -f "$U.K"
-test_expect_failure 'fetch with incomplete alternates' '
+test_expect_success 'fetch with incomplete alternates' '
git init K &&
echo "$base_dir/A/.git/objects" >K/.git/objects/info/alternates &&
(