tests, json: Make them run on debian stable
* tests/json/t-json.c (main): Relax version check a bit.
This commit is contained in:
parent
1c92f3ff55
commit
a9cfb6dad8
@ -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 */
|
||||
printf ("Testsuite skipped. Minimum GnuPG version (2.2.0) "
|
||||
printf ("Testsuite skipped. Minimum GnuPG version (2.1.18) "
|
||||
"not found.\n");
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user