From a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 28 Nov 2018 10:44:17 +0100 Subject: [PATCH] tests, json: Make them run on debian stable * tests/json/t-json.c (main): Relax version check a bit. --- tests/json/t-json.c | 4 ++-- 1 file 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); }