]> git.notmuchmail.org Git - notmuch/commit - test/T350-crypto.sh
test/crypto: hard code fingerprint
authorDavid Bremner <david@tethera.net>
Thu, 8 Sep 2016 12:03:15 +0000 (09:03 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 8 Sep 2016 12:08:09 +0000 (09:08 -0300)
commit7edded2740603eb9cde84f2c7b421026fbac3640
tree1e966a30461e193647bf370fae12b01f0b9d1298
parent98da3c079a6b42fa36663e7ecae0c8e6f0e01b8f
test/crypto: hard code fingerprint

Originally the intent was to make the test more robust against changing
test keys. It turns out that (unscientifically) gpg --with-colons output
changes more often than our test key. Rather than making the script more
complex, just hard code the fingerprint.

This fixes Debian bug #847013; I expect similar test failures as other
distros adopt gnupg 2.1.15
test/T350-crypto.sh