diff options
Diffstat (limited to 'tests/json/t-json.c')
-rw-r--r-- | tests/json/t-json.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |