aboutsummaryrefslogtreecommitdiffstats
path: root/tests/json
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-11-28 09:44:17 +0000
committerAndre Heinecke <[email protected]>2018-11-28 09:45:27 +0000
commita9cfb6dad8ac60543bcb06f4d0515f4a64ad897a (patch)
tree7ae68c0744f51c105a1d65911f43580f52e890c1 /tests/json
parentpython docs: checking key signatures (diff)
downloadgpgme-a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a.tar.gz
gpgme-a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a.zip
tests, json: Make them run on debian stable
* tests/json/t-json.c (main): Relax version check a bit.
Diffstat (limited to 'tests/json')
-rw-r--r--tests/json/t-json.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/json/t-json.c b/tests/json/t-json.c
index f574f57e..e1fb6c1e 100644
--- a/tests/json/t-json.c
+++ b/tests/json/t-json.c
@@ -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);
}