X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Fprotocol-compat;h=fcbeedb82d7cc02c4b786e32d4b407aa6b0c01a3;hb=48cd6449acfebc08b1ba2c00871737759c285216;hp=59e8d6515b128ed8cfd4ab1b05e682400bfb2633;hpb=8e4a69d54bb811aabe6eb2b133d142771c30f997;p=dgit.git diff --git a/tests/tests/protocol-compat b/tests/tests/protocol-compat index 59e8d651..fcbeedb8 100755 --- a/tests/tests/protocol-compat +++ b/tests/tests/protocol-compat @@ -6,6 +6,9 @@ set -e t-setup-import examplegit t-tstunt-parsechangelog +t-git-config dgit.default.distro foreign +t-git-config dgit-distro.foreign.cmd-git false + prep () { dscf=$tmp/mirror/pool/main/example_$v.dsc } @@ -23,6 +26,7 @@ check () { $1 + local distro='' t-dgit import-dsc $dscf +imported t-ref-same refs/heads/imported cd ..