]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove duplicate irs_resconf_load() unit test
authorMichał Kępień <michal@isc.org>
Mon, 26 Feb 2018 09:41:02 +0000 (10:41 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 6 Mar 2018 07:27:45 +0000 (08:27 +0100)
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.

lib/irs/tests/resconf_test.c

index 298cdc56686b292d421ebb829c938cb00f82e7a7..488ed5ba026fdcda5d9bf2cf49f6440f5aa965f7 100644 (file)
@@ -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
                }, {