summaryrefslogtreecommitdiff
path: root/t/t6008-rev-list-submodule.sh
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 21:39:15 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-10-06 21:39:15 (GMT)
commit122512967e6184b1888a63ea2b6ed9ada3046b28 (patch)
tree91a2c08868d550b5ce21efd7176c4d2d634bc44f /t/t6008-rev-list-submodule.sh
parent5b1c746c352e85211770e5cbd26a433b3affd3b4 (diff)
parentabd4d67ab0f84fff703fa14d9eebfd287b42daeb (diff)
downloadgit-122512967e6184b1888a63ea2b6ed9ada3046b28.zip
git-122512967e6184b1888a63ea2b6ed9ada3046b28.tar.gz
git-122512967e6184b1888a63ea2b6ed9ada3046b28.tar.bz2
Sync with 2.30.6
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t6008-rev-list-submodule.sh')
-rwxr-xr-xt/t6008-rev-list-submodule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6008-rev-list-submodule.sh b/t/t6008-rev-list-submodule.sh
index 3153a0d..a0a070b 100755
--- a/t/t6008-rev-list-submodule.sh
+++ b/t/t6008-rev-list-submodule.sh
@@ -26,7 +26,7 @@ test_expect_success 'setup' '
: > super-file &&
git add super-file &&
- git submodule add "$(pwd)" sub &&
+ git -c protocol.file.allow=always submodule add "$(pwd)" sub &&
git symbolic-ref HEAD refs/heads/super &&
test_tick &&
git commit -m super-initial &&