diff options
author | Marcus Brinkmann <[email protected]> | 2005-10-06 23:28:50 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-10-06 23:28:50 +0000 |
commit | 2513557bf5a4aea1d73022daacca84c0ad0cd7a3 (patch) | |
tree | 2e46001f6b55805ab6ee354bf43b0aa1e411cd1b /tests/gpg/t-sig-notation.c | |
parent | 2005-10-06 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-2513557bf5a4aea1d73022daacca84c0ad0cd7a3.tar.gz gpgme-2513557bf5a4aea1d73022daacca84c0ad0cd7a3.zip |
2005-10-07 Marcus Brinkmann <[email protected]>
* gpg/t-sig-notation.c: Change critical notation to something
GnuPG understands.
Diffstat (limited to 'tests/gpg/t-sig-notation.c')
-rw-r--r-- | tests/gpg/t-sig-notation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpg/t-sig-notation.c b/tests/gpg/t-sig-notation.c index a9014733..7345a523 100644 --- a/tests/gpg/t-sig-notation.c +++ b/tests/gpg/t-sig-notation.c @@ -42,8 +42,8 @@ static struct { { "laughing@me", "Just Squeeze Me", GPGME_SIG_NOTATION_HUMAN_READABLE }, - { "leave@home", - "Right Now", + { "[email protected]", + "pgpmime", GPGME_SIG_NOTATION_HUMAN_READABLE | GPGME_SIG_NOTATION_CRITICAL }, { NULL, "http://www.gnu.org/policy/", |