tests: Enable gpgconf test.

--
Fixes: 02ba35c1b6
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2017-01-09 13:09:39 +01:00
parent 9640dc58e4
commit ea7bb62f5d

View File

@ -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);