]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Tue, 3 Jun 2014 23:45:20 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 3 Jun 2014 23:45:20 +0000 (23:45 +0000)
lib/dns/tests/keytable_test.c

index ae7f20b9e58b57c7adfafd0b0dde0a019a27b32d..620b76f9a87caa4b136eb443dba660c870f7db33 100644 (file)
@@ -589,11 +589,11 @@ ATF_TC_BODY(nta, tc) {
 
 ATF_TC(untested);
 ATF_TC_HEAD(untested, tc) {
-        atf_tc_set_md_var(tc, "descr", "skipping keytable test");
+       atf_tc_set_md_var(tc, "descr", "skipping keytable test");
 }
 ATF_TC_BODY(untested, tc) {
-        UNUSED(tc);
-        atf_tc_skip("DNSSEC not available");
+       UNUSED(tc);
+       atf_tc_skip("DNSSEC not available");
 }
 #endif