summaryrefslogtreecommitdiff
path: root/tests/lib
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 /tests/lib
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>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
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 "$@"
: '}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
'
}