From ea7bb62f5d981615847528b3ce53be9cc4d741a7 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 9 Jan 2017 13:09:39 +0100 Subject: [PATCH] tests: Enable gpgconf test. -- Fixes: 02ba35c1b6a2cbb3361b2f2ad507c53564b2be0b Signed-off-by: Justus Winter --- tests/gpg/t-gpgconf.c | 4 ---- 1 file changed, 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);