summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 18:29:43 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 18:29:47 +0100
commitbf6d98357f21e3566bfabb8962e54b99dfb1ec01 (patch)
treeca0a418ddfe666f0d8f65909700a15048a38b1bb /tests
parenteebba5982cca5be0436693ca3334fb0b17c4f88a (diff)
test suite: Cope with git restricting ext:: protocols.
buster's git rejects ext:: by default. See #XXXX and man git-config |less +/'protocol.*allow' Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-core1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib-core b/tests/lib-core
index 6cdffeb..d65a1ff 100644
--- a/tests/lib-core
+++ b/tests/lib-core
@@ -24,6 +24,7 @@ t-set-using-tmp () {
export GNUPGHOME=$tmp/nonexistent
git config --global user.email 'dgit-test@debian.example.net'
git config --global user.name 'dgit test git user'
+ git config --global protocol.ext.allow always
}
t-filter-out-git-hyphen-dir () {