diff options
author | Werner Koch <[email protected]> | 2009-07-07 14:17:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-07 14:17:39 +0000 |
commit | 43427b0c91511abf58fab928268fa61d1ad110b9 (patch) | |
tree | b80e88d3766964ebe0f33a58a4244b4e9fa7d048 /tests/run-keylist.c | |
parent | Typo fix. (diff) | |
download | gpgme-43427b0c91511abf58fab928268fa61d1ad110b9.tar.gz gpgme-43427b0c91511abf58fab928268fa61d1ad110b9.zip |
Move gpg test programs to the top test directory.
Diffstat (limited to '')
-rw-r--r-- | tests/run-keylist.c (renamed from tests/gpg/pgp-keylist.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gpg/pgp-keylist.c b/tests/run-keylist.c index 4978b8dd..07fc8941 100644 --- a/tests/gpg/pgp-keylist.c +++ b/tests/run-keylist.c @@ -1,4 +1,4 @@ -/* pgp-keylist.c - Helper to show a key listing. +/* run-keylist.c - Helper to show a key listing. Copyright (C) 2008, 2009 g10 Code GmbH This file is part of GPGME. @@ -29,9 +29,9 @@ #include <gpgme.h> -#define PGM "pgp-keylist" +#define PGM "run-keylist" -#include "t-support.h" +#include "run-support.h" static int verbose; |