diff options
author | Marcus Brinkmann <[email protected]> | 2003-05-27 08:31:33 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-05-27 08:31:33 +0000 |
commit | 64b0e7004ff9df4ca05c2fe1efcae469d0b19261 (patch) | |
tree | 2a20d506c99fa3acfe308fb959f43d75bc304b86 /tests/gpg/t-edit.c | |
parent | 2003-05-27 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-64b0e7004ff9df4ca05c2fe1efcae469d0b19261.tar.gz gpgme-64b0e7004ff9df4ca05c2fe1efcae469d0b19261.zip |
Fix last changes.
Diffstat (limited to 'tests/gpg/t-edit.c')
-rw-r--r-- | tests/gpg/t-edit.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/gpg/t-edit.c b/tests/gpg/t-edit.c index fb2f62fe..9238503e 100644 --- a/tests/gpg/t-edit.c +++ b/tests/gpg/t-edit.c @@ -93,9 +93,8 @@ edit_fnc (void *opaque, gpgme_status_code_t status, const char *args, int fd) result = "expire"; break; - /* Work around a bug in GPG 1.2.2, which causes the - primary UID to change when setting the expiration - date. */ + /* This fixes the primary user ID so the keylisting + tests will have predictable output. */ case 2: result = "1"; break; |