aboutsummaryrefslogtreecommitdiff
path: root/tests/zonefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zonefile.c')
-rw-r--r--tests/zonefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zonefile.c b/tests/zonefile.c
index b142f8e..9cc1c4f 100644
--- a/tests/zonefile.c
+++ b/tests/zonefile.c
@@ -35,7 +35,7 @@ START_TEST (test_zonefile_string_split) {
} END_TEST
TCase* test_zonefile(void) {
- TCase *tc = tcase_create("DNS");
+ TCase *tc = tcase_create("zonefile");
tcase_add_test(tc, test_zonefile_string_split);