From: Nick Porter Date: Mon, 22 Aug 2022 14:25:02 +0000 (+0100) Subject: Correct test for building 2 leaf vps X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e107671071964da8da2dbf241eaa1629a633a7ba;p=thirdparty%2Ffreeradius-server.git Correct test for building 2 leaf vps --- diff --git a/src/lib/server/tmpl_dcursor_tests.c b/src/lib/server/tmpl_dcursor_tests.c index 50e85dc42a9..2c4b4469d82 100644 --- a/src/lib/server/tmpl_dcursor_tests.c +++ b/src/lib/server/tmpl_dcursor_tests.c @@ -661,7 +661,7 @@ static void test_level_2_build_multi(void) second = fr_dcursor_next(&cursor); TEST_CHECK_PAIR_NEQ(second, NULL); - TEST_CHECK_PAIR(second, inserted); + TEST_CHECK_PAIR_NEQ(second, inserted); build_test_end; tmpl_setup_and_cursor_init(&vp, "&Test-Group-0[*].Test-Int32-0");