From: Michał Kępień Date: Mon, 26 Feb 2018 09:41:02 +0000 (+0100) Subject: Remove duplicate irs_resconf_load() unit test X-Git-Tag: v9.13.0~121^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c09f305ae975255210951b75bbb736a4a804453;p=thirdparty%2Fbind9.git Remove duplicate irs_resconf_load() unit test The "sortlist-v4.conf" unit test for irs_resconf_load() is always run twice due to a duplicate entry in the "tests" table. Remove one of them to prevent this. --- diff --git a/lib/irs/tests/resconf_test.c b/lib/irs/tests/resconf_test.c index 298cdc56686..488ed5ba026 100644 --- a/lib/irs/tests/resconf_test.c +++ b/lib/irs/tests/resconf_test.c @@ -56,9 +56,6 @@ ATF_TC_BODY(irs_resconf_load, tc) { isc_result_t checkres; } tests[] = { { - "testdata/sortlist-v4.conf", ISC_R_SUCCESS, - NULL, ISC_R_SUCCESS - }, { "testdata/domain.conf", ISC_R_SUCCESS, NULL, ISC_R_SUCCESS }, {