chiark / gitweb /
test suite: bugfix: Use full key hash rather than short keyid.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 23 Apr 2018 12:06:37 +0000 (13:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 23 Apr 2018 12:06:40 +0000 (13:06 +0100)
Closes:#896653.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/lib

index eb11dc4adf13f98c649f2f4c2dedb52be8eb260c..9a050ef8f629a48b8eb1701364805767089c8765 100644 (file)
@@ -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 ]
 
  --
 
index e4554e373f9fddef37c7cd0f302e98989e643fd1..ce89a7091d015ead95d70602224c5212970c7af7 100644 (file)
--- 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 "$@"
        : '}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
 '
 }