summaryrefslogtreecommitdiff
path: root/tests/helpers/c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/c')
-rw-r--r--tests/helpers/c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/c/main.c b/tests/helpers/c/main.c
index 11db2dabc3..b1dcfcf707 100644
--- a/tests/helpers/c/main.c
+++ b/tests/helpers/c/main.c
@@ -153,7 +153,7 @@ int main(int argc, char **argv)
/* Library inits. */
cmd_init(1);
- vty_init(master);
+ vty_init(master, false);
memory_init();
yang_init();
nb_init(master, NULL, 0);