tests, json: Make them run on debian stable

* tests/json/t-json.c (main): Relax version check a bit.
This commit is contained in:
Andre Heinecke 2018-11-28 10:44:17 +01:00
parent 1c92f3ff55
commit a9cfb6dad8
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -478,10 +478,10 @@ main (int argc, char *argv[])
} }
} }
if (!check_gpg_version ("2.2.0")) if (!check_gpg_version ("2.1.18"))
{ {
/* Lets not break too much or have to test all combinations */ /* Lets not break too much or have to test all combinations */
printf ("Testsuite skipped. Minimum GnuPG version (2.2.0) " printf ("Testsuite skipped. Minimum GnuPG version (2.1.18) "
"not found.\n"); "not found.\n");
exit(0); exit(0);
} }