aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t-keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-12-29 10:34:34 +0000
committerWerner Koch <[email protected]>2000-12-29 10:34:34 +0000
commitc74adbc096171ceac522a6f8383194d70cc76865 (patch)
treeb5067eab2ddedadf0e60f9ff7ec3de1b6a1accc0 /tests/t-keylist.c
parentAdd missing jnlib directory (diff)
downloadgpgme-c74adbc096171ceac522a6f8383194d70cc76865.tar.gz
gpgme-c74adbc096171ceac522a6f8383194d70cc76865.zip
Add 2 missing files and other changes
Diffstat (limited to '')
-rw-r--r--tests/t-keylist.c3
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;
}