summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-13 17:00:49 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-13 17:06:53 +0000
commit8e4a69d54bb811aabe6eb2b133d142771c30f997 (patch)
tree22c171ed7a661abf46f78703ae4677d2949ade78 /tests/lib
parente02667efe2876134f1ac478d59ae0caec23d9463 (diff)
test suite: default dsc distro config setting: Move to lib.
We need this for the .dscs we have in tests/pkg-srcs/. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 2607ca2..7b9de17 100644
--- a/tests/lib
+++ b/tests/lib
@@ -1089,6 +1089,8 @@ t-alt-test () {
t-chain-test "${t#*-}"
}
+t-git-config dgit.default.old-dsc-distro test-dummy
+
case "$0" in
*/gnupg) ;;
*) t-setup-import gnupg ;;