X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=54247a57c154ab234fd5779aedf40b0da823cbdd;hb=7d48604157477054624d010fca496f7eb0d1168b;hp=b89da572e439f57a9c813659b1c7a3c3d8522684;hpb=93e699e5c86bb93b2992f4ab3a15680824b7ee2d;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index b89da572..54247a57 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -121,6 +121,7 @@ add_gnupg_home () # Change this if we ship a new test key FINGERPRINT="5AEAB11F5E33DCE875DDB75B6D92612D94E46381" SELF_USERID="Notmuch Test Suite (INSECURE!)" + printf '%s:6:\n' "$FINGERPRINT" | gpg --quiet --batch --no-tty --import-ownertrust } # Each test should start with something like this, after copyright notices: