summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-04-23 13:06:37 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-04-23 13:06:40 +0100
commitd09a683738804378dcb311d72476a62d09121a26 (patch)
tree3deea2177908c59330aab4577333c1e7cd78de38
parent73bf85dea847399dff4ebc147a9b3a3274d51951 (diff)
test suite: bugfix: Use full key hash rather than short keyid.
Closes:#896653. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog4
-rw-r--r--tests/lib2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index eb11dc4..9a050ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dgit (4.4~) unstable; urgency=low
- *
+ Test suite bugfix:
+ * Use full key hash rather than short keyid. Closes:#896653.
+ [ report: Paul Gevers; fix: Chris Lamb ]
--
diff --git a/tests/lib b/tests/lib
index e4554e3..ce89a70 100644
--- a/tests/lib
+++ b/tests/lib
@@ -417,7 +417,7 @@ t-dgit () {
${dgit_config_debian_alias-"--config-lookup-explode=dgit-distro.debian.alias-canon"} \
${distro+${distro:+-d}}${distro--dtest-dummy} \
$DGIT_TEST_OPTS $DGIT_TEST_DEBUG \
- -k39B13D8A $t_dgit_xopts "$@"
+ -kBCD22CD83243B79D3DFAC33EA3DBCBC039B13D8A $t_dgit_xopts "$@"
: '}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
'
}