summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_commands.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-12-09 09:35:49 -0500
committerGitHub <noreply@github.com>2018-12-09 09:35:49 -0500
commit64b81b3a6471cd2f44a9524f0c346efe8e263c0f (patch)
treed790041e0628f8d15f3b496feded41ea3caff3d5 /tests/lib/cli/test_commands.c
parentf7b0f4ef9e6efaafb77bf60ec897e931d340843b (diff)
parentfbdc1c0a8484301111582dcbef90b8ec646db6dd (diff)
Merge pull request #3442 from opensourcerouting/confirmed-commits
lib: add support for confirmed commits
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 74816ece8c..ba46bdcea9 100644
--- a/tests/lib/cli/test_commands.c
+++ b/tests/lib/cli/test_commands.c
@@ -143,7 +143,7 @@ static void test_init(void)
cmd_init(1);
yang_init();
- nb_init(NULL, 0);
+ nb_init(master, NULL, 0);
install_node(&bgp_node, NULL);
install_node(&rip_node, NULL);