diff --git a/tests/json/t-config.in b/tests/json/t-config.in.json similarity index 100% rename from tests/json/t-config.in rename to tests/json/t-config.in.json diff --git a/tests/json/t-config.out b/tests/json/t-config.out.json similarity index 100% rename from tests/json/t-config.out rename to tests/json/t-config.out.json diff --git a/tests/json/t-json.c b/tests/json/t-json.c index 0bd35b5e..26f870ce 100644 --- a/tests/json/t-json.c +++ b/tests/json/t-json.c @@ -261,9 +261,9 @@ run_test (const char *test, const char *gpgme_json) exit(1); } - gpgrt_asprintf (&test_in, "%s/tests/json/%s.in", + gpgrt_asprintf (&test_in, "%s/tests/json/%s.in.json", top_srcdir, test); - gpgrt_asprintf (&test_out, "%s/tests/json/%s.out", + gpgrt_asprintf (&test_out, "%s/tests/json/%s.out.json", top_srcdir, test); printf ("Running %s...\n", test);