aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5306-pack-nobase.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5306-pack-nobase.sh')
-rwxr-xr-xt/t5306-pack-nobase.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t5306-pack-nobase.sh b/t/t5306-pack-nobase.sh
index 805d60ff31..609399d54f 100755
--- a/t/t5306-pack-nobase.sh
+++ b/t/t5306-pack-nobase.sh
@@ -59,6 +59,11 @@ test_expect_success 'indirectly clone patch_clone' '
git pull ../.git &&
test $(git rev-parse HEAD) = $B &&
+ # The --path-walk feature of "git pack-objects" is not
+ # compatible with this kind of fetch from an incomplete repo.
+ GIT_TEST_PACK_PATH_WALK=0 &&
+ export GIT_TEST_PACK_PATH_WALK &&
+
git pull ../patch_clone/.git &&
test $(git rev-parse HEAD) = $C
)