diff options
author | Justus Winter <[email protected]> | 2017-01-09 12:09:39 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-01-12 13:06:27 +0000 |
commit | ea7bb62f5d981615847528b3ce53be9cc4d741a7 (patch) | |
tree | 836f313cf5695711282a81cf3ad1bd433cb726e0 /tests | |
parent | qt: Add support for stringValueList in CryptoConf (diff) | |
download | gpgme-ea7bb62f5d981615847528b3ce53be9cc4d741a7.tar.gz gpgme-ea7bb62f5d981615847528b3ce53be9cc4d741a7.zip |
tests: Enable gpgconf test.
--
Fixes: 02ba35c1b6a2cbb3361b2f2ad507c53564b2be0b
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpg/t-gpgconf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gpg/t-gpgconf.c b/tests/gpg/t-gpgconf.c index 55033bfa..1074eef3 100644 --- a/tests/gpg/t-gpgconf.c +++ b/tests/gpg/t-gpgconf.c @@ -259,10 +259,6 @@ main (void) gpgme_conf_comp_t comp; int first; -#ifndef ENABLE_GPGCONF - return 0; -#endif - init_gpgme (GPGME_PROTOCOL_GPGCONF); err = gpgme_new (&ctx); |