From 64b0e7004ff9df4ca05c2fe1efcae469d0b19261 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 27 May 2003 08:31:33 +0000 Subject: Fix last changes. --- tests/gpg/t-edit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/gpg/t-edit.c') 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; -- cgit v1.2.3