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-import.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-import.c (renamed from tests/gpg/pgp-import.c) | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/gpg/pgp-import.c b/tests/run-import.c index b9d68608..cd101b01 100644 --- a/tests/gpg/pgp-import.c +++ b/tests/run-import.c @@ -29,9 +29,9 @@  #include <gpgme.h> -#define PGM "pgp-import" +#define PGM "run-import" -#include "t-support.h" +#include "run-support.h"  static int verbose; | 
