]> 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 08:25:02 +0000 (09:25 +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.

(cherry picked from commit 6c09f305ae975255210951b75bbb736a4a804453)

lib/irs/tests/resconf_test.c

index 647eb7f6f71ba6a59ff70af351abb454519911f6..4b81692b8fdeaf993577f3bb2e0d396833aabe8a 100644 (file)
@@ -61,9 +61,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
                }, {