From d09a683738804378dcb311d72476a62d09121a26 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 23 Apr 2018 13:06:37 +0100 Subject: [PATCH] test suite: bugfix: Use full key hash rather than short keyid. Closes:#896653. Signed-off-by: Ian Jackson --- debian/changelog | 4 +++- tests/lib | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index eb11dc4a..9a050ef8 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 e4554e37..ce89a709 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 "$@" : '}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} ' } -- 2.30.2