aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/gpg/t-keylist.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/gpg/t-keylist.c b/tests/gpg/t-keylist.c
index 2ffcd3e6..532a3ecf 100644
--- a/tests/gpg/t-keylist.c
+++ b/tests/gpg/t-keylist.c
@@ -144,8 +144,6 @@ main (int argc, char **argv )
fail_if_err (err);
err = gpgme_new (&ctx);
-#warning debug code
- gpgme_set_protocol (ctx, GPGME_PROTOCOL_CMS);
fail_if_err (err);
gpgme_set_keylist_mode (ctx, 1); /* no validity calculation */
do {
@@ -154,10 +152,7 @@ main (int argc, char **argv )
} while ( loop );
gpgme_release (ctx);
- /* check_two_contexts ();*/
+ check_two_contexts ();
return 0;
}
-
-
-