diff --git a/lib/isc/tests/timer_test.c b/lib/isc/tests/timer_test.c index f560e647ea..d8d2e408a7 100644 --- a/lib/isc/tests/timer_test.c +++ b/lib/isc/tests/timer_test.c @@ -564,11 +564,11 @@ ATF_TC_BODY(purge, tc) { #else ATF_TC(untested); ATF_TC_HEAD(untested, tc) { - atf_tc_set_md_var(tc, "descr", "skipping nsec3 test"); + atf_tc_set_md_var(tc, "descr", "skipping nsec3 test"); } ATF_TC_BODY(untested, tc) { - UNUSED(tc); - atf_tc_skip("DNSSEC not available"); + UNUSED(tc); + atf_tc_skip("DNSSEC not available"); } #endif