From: Evan Hunt Date: Thu, 29 Oct 2015 22:50:36 +0000 (-0700) Subject: [master] typo X-Git-Tag: v9.11.0a1~327^2~22 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=702e9f43bc893f1ba687fd376e84afccb9b6a314;p=thirdparty%2Fbind9.git [master] typo --- diff --git a/lib/dns/tests/dbversion_test.c b/lib/dns/tests/dbversion_test.c index ddbed7f8bed..3aaead3f7b3 100644 --- a/lib/dns/tests/dbversion_test.c +++ b/lib/dns/tests/dbversion_test.c @@ -423,7 +423,7 @@ subtract(isc_assertioncallback_t callback) { result = dns_db_subtractrdataset(db1, node, VERSION(callback), &rdataset, 0, NULL); if (callback != NULL) - atf_tc_fail("dns_db_dns_db_subtractrdataset did not assert"); + atf_tc_fail("dns_db_subtractrdataset did not assert"); ATF_REQUIRE_EQ(result, DNS_R_UNCHANGED); dns_db_detachnode(db1, &node);