diff options
| author | David Lamparter <equinox@diac24.net> | 2018-10-30 01:43:31 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-12-07 19:34:45 +0100 |
| commit | e4cdd7ccc584b1e7adb9909028d35936f69114de (patch) | |
| tree | 936f98f2e3ceb1b0ad27f2e3c2267d36914bafa8 /tests/lib/cli/common_cli.c | |
| parent | 7f984a3394f002c9b7a2d25abe926c1e87421b0e (diff) | |
tests: fix domainname dependency
These are causing random test failures when the host's domainname is
actually set to something (as opposed to empty/unset, which it is 99% of
times.)
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 04f1e3253d..7b2db0162b 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -80,6 +80,7 @@ int main(int argc, char **argv) /* Library inits. */ cmd_init(1); cmd_hostname_set("test"); + cmd_domainname_set("test.domain"); vty_init(master); memory_init(); |
