diff options
| author | David Lamparter <equinox@diac24.net> | 2019-06-03 15:52:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-03 15:52:32 +0200 |
| commit | 5a4ac9df0fd2665a5b1dae12ae18eed8d4686c30 (patch) | |
| tree | 4c7483e558bc151db120be3b92f144779f6fda16 /tests/lib/cli/common_cli.c | |
| parent | b2eea7a00eb2fcc01dbcb0335546ac7d4224d11a (diff) | |
| parent | 80d02adbb01fcdbd37ea0773129b3d4fdf6c5217 (diff) | |
No log commands (#3581)
No log commands
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 393b588745..2071ae08cd 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -82,7 +82,7 @@ int main(int argc, char **argv) cmd_hostname_set("test"); cmd_domainname_set("test.domain"); - vty_init(master); + vty_init(master, false); memory_init(); yang_init(); nb_init(master, NULL, 0); |
