summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_commands.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-10-07 20:33:23 +0300
committerGitHub <noreply@github.com>2024-10-07 20:33:23 +0300
commitc10e4d336bd7a7997cdc5e0e28ca2f4b59cf9f0a (patch)
treea9973c494bca6b10f0e8a1f55e86bda06c858328 /tests/lib/cli/test_commands.c
parentded59bcc7235af41d73ed93bf9069510c94334ed (diff)
parente8648a0c72f89d4ee5abe271ba079df71c4c1418 (diff)
Merge pull request #17015 from LabNConsulting/chopps/load-internal-ietf-yang-library
lib: add flag to have libyang load internal ietf-yang-library module
Diffstat (limited to 'tests/lib/cli/test_commands.c')
-rw-r--r--tests/lib/cli/test_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/test_commands.c b/tests/lib/cli/test_commands.c
index 0034c2af89..9873383fdc 100644
--- a/tests/lib/cli/test_commands.c
+++ b/tests/lib/cli/test_commands.c
@@ -197,7 +197,7 @@ static void test_init(void)
cmd_init(1);
debug_init();
- nb_init(master, NULL, 0, false);
+ nb_init(master, NULL, 0, false, false);
install_node(&bgp_node);
install_node(&rip_node);