Fixed up internal test names (copy/pasta?)

The test names output by `make check` now reflect reality.
This commit is contained in:
Patrick J Cherry
2016-10-06 13:44:20 +01:00
parent 04b6637451
commit 957707bcfc
3 changed files with 7 additions and 7 deletions

View File

@@ -150,7 +150,7 @@ END_TEST
Suite* readwrite_suite(void)
{
Suite *s = suite_create("acl");
Suite *s = suite_create("readwrite");
TCase *tc_transfer = tcase_create("entrust");
TCase *tc_disconnect = tcase_create("disconnect");