X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;fp=test%2Ftest-lib.sh;h=67ad88539e393a1c5c4858a55631d83bab7631c5;hp=f83f7c6aab25d8c040b25378074616a5f1167f19;hb=8c29a5da096b0314c6cca8889b740b79a9a548ed;hpb=4b0c6fb2f1ba989fee554cb8fa2612046d6414a8 diff --git a/test/test-lib.sh b/test/test-lib.sh index f83f7c6a..67ad8853 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -131,6 +131,7 @@ add_gnupg_home () { # Change this if we ship a new test key FINGERPRINT="5AEAB11F5E33DCE875DDB75B6D92612D94E46381" SELF_USERID="Notmuch Test Suite (INSECURE!)" + SELF_EMAIL="test_suite@notmuchmail.org" printf '%s:6:\n' "$FINGERPRINT" | gpg --quiet --batch --no-tty --import-ownertrust }