X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT350-crypto.sh;h=bd369f8ffaa828fa84fb8b061e8d1a3815b56f50;hb=9f05ceb994d1d674cf2f433f0d794b671fef38ec;hp=6045a7dc3d0b764c4546531174db13456d35b084;hpb=5642efb72072167f5bcaa5025adbf0493fe171ba;p=notmuch diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 6045a7dc..bd369f8f 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -135,8 +135,9 @@ test_expect_equal_json \ "$output" \ "$expected" -test_begin_subtest "signature verification with full owner trust" -# give the key full owner trust +test_begin_subtest "signature verification with full user ID validity" +# give the key ultimate owner trust, which confers full validity on +# all user IDs in the certificate: echo "${FINGERPRINT}:6:" | gpg --no-tty --import-ownertrust >>"$GNUPGHOME"/trust.log 2>&1 gpg --no-tty --check-trustdb >>"$GNUPGHOME"/trust.log 2>&1 output=$(notmuch show --format=json --verify subject:"test signed message 001" \