diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-11 07:00:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-11 07:00:00 -0500 |
| commit | 757abe78d84cba04c058f43b60d07dca554302c2 (patch) | |
| tree | 49bf0f89b9eb968c89f6e6654d973fbebb7cf848 /tests/lib/cli/common_cli.c | |
| parent | bb867fc5a7847452a9d7b16143d3fb798acdc38a (diff) | |
| parent | cd2726408a423e8b977f5906cc2aaee86c3d8327 (diff) | |
Merge pull request #195 from opensourcerouting/cli_merge
CLI: independent merge step
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 83196e04aa..104352f516 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -83,7 +83,7 @@ main (int argc, char **argv) vty_init (master); memory_init (); - test_init (); + test_init (argc, argv); vty_stdio (vty_do_exit); |
