summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1efca00)
raw | patch | inline | side by side (parent: 1efca00)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 31 Aug 2006 21:14:20 +0000 (14:14 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 31 Aug 2006 21:16:09 +0000 (14:16 -0700) |
The intention of the test seems to be to build a long chain of
clones that locally borrow objects from their parents and see the
system give up dereferencing long chains. There were two problems:
(1) it did not test the right repository;
(2) it did not build a chain long enough to trigger the limitation.
I do not think it is a good test to make sure the limitation the
current implementation happens to have still exists, but that is
a topic at a totally different level.
At least this fixes the broken test.
Signed-off-by: Junio C Hamano <junkio@cox.net>
clones that locally borrow objects from their parents and see the
system give up dereferencing long chains. There were two problems:
(1) it did not test the right repository;
(2) it did not build a chain long enough to trigger the limitation.
I do not think it is a good test to make sure the limitation the
current implementation happens to have still exists, but that is
a topic at a totally different level.
At least this fixes the broken test.
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t5710-info-alternate.sh | patch | blob | history |
index 2e1b48a89b1c8a33c62be530bd40fa4d57eb2836..b9f6d9636313c29cb9d9553ca908e623fdefd179 100755 (executable)
git clone -l -s D E &&
git clone -l -s E F &&
git clone -l -s F G &&
+git clone -l -s G H &&
+cd H &&
test_valid_repo'
cd "$base_dir"