From: Ian Jackson Date: Sat, 8 Jul 2017 17:29:43 +0000 (+0100) Subject: test suite: Cope with git restricting ext:: protocols. X-Git-Tag: archive/debian/3.11~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=bf6d98357f21e3566bfabb8962e54b99dfb1ec01 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 --- diff --git a/debian/changelog b/debian/changelog index 05f08e7f..b8809bc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dgit (3.11~) unstable; urgency=medium Closes:#867693. * dgit: Cope if the archive server sends an HTTP redirect, by passing -L to curl. Closes:#867185,#867309. + * test suite: Cope with git restricting ext:: protocols. -- diff --git a/tests/lib-core b/tests/lib-core index 6cdffeb1..d65a1ffe 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 () {