tests,json: Suffix .json to test pattern

* tests/json/t-config.in, tests/json/t-config.out: Renamed.
* t-json.c (run_test): Use new naming pattern.
This commit is contained in:
Andre Heinecke 2018-11-14 14:53:28 +01:00
parent 5b61c092e7
commit ca2e2b3d69
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C
3 changed files with 2 additions and 2 deletions

View File

@ -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);