diff options
author | Werner Koch <[email protected]> | 2000-12-29 10:34:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-12-29 10:34:34 +0000 |
commit | c74adbc096171ceac522a6f8383194d70cc76865 (patch) | |
tree | b5067eab2ddedadf0e60f9ff7ec3de1b6a1accc0 /tests/t-keylist.c | |
parent | Add missing jnlib directory (diff) | |
download | gpgme-c74adbc096171ceac522a6f8383194d70cc76865.tar.gz gpgme-c74adbc096171ceac522a6f8383194d70cc76865.zip |
Add 2 missing files and other changes
Diffstat (limited to '')
-rw-r--r-- | tests/t-keylist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/t-keylist.c b/tests/t-keylist.c index a67d1ee2..e07da463 100644 --- a/tests/t-keylist.c +++ b/tests/t-keylist.c @@ -76,10 +76,11 @@ main (int argc, char **argv ) err = gpgme_new (&ctx); fail_if_err (err); do { + fprintf (stderr, "** pattern=`%s'\n", pattern ); doit ( ctx, pattern ); } while ( loop ); gpgme_release (ctx); - + return 0; } |