diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-09 09:36:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-09 09:36:24 -0500 |
| commit | debaa48ba690cd65bcd6191eb870dd6c147a1dbf (patch) | |
| tree | 05bc2187533dbd843d3b7e2512ad205594f3670e /tests/lib/cli/common_cli.c | |
| parent | 64b81b3a6471cd2f44a9524f0c346efe8e263c0f (diff) | |
| parent | 9b76e054ada927209cbc53e0f740258a82c562e1 (diff) | |
Merge pull request #3452 from opensourcerouting/reprobuild-master
[master] build reproducibility
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 3cf30f00c3..393b588745 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(); |
