diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bgp_mpath_test.c | 3 | ||||
| -rw-r--r-- | tests/main.c | 2 | ||||
| -rw-r--r-- | tests/table_test.c | 3 | ||||
| -rw-r--r-- | tests/test-privs.c | 8 |
4 files changed, 7 insertions, 9 deletions
diff --git a/tests/bgp_mpath_test.c b/tests/bgp_mpath_test.c index 723f2977d5..f9eb1534f3 100644 --- a/tests/bgp_mpath_test.c +++ b/tests/bgp_mpath_test.c @@ -1,5 +1,4 @@ -/* $QuaggaId: Format:%an, %ai, %h$ $ - * +/* * BGP Multipath Unit Test * Copyright (C) 2010 Google Inc. * diff --git a/tests/main.c b/tests/main.c index 885b8a2923..b3e6e706ff 100644 --- a/tests/main.c +++ b/tests/main.c @@ -92,7 +92,7 @@ Daemon which does 'slow' things.\n\n\ -v, --version Print program version\n\ -h, --help Display this help and exit\n\ \n\ -Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS); +Report bugs to %s\n", progname, FRR_BUG_ADDRESS); } exit (status); } diff --git a/tests/table_test.c b/tests/table_test.c index ee81927073..4042e1aaa2 100644 --- a/tests/table_test.c +++ b/tests/table_test.c @@ -1,5 +1,4 @@ -/* $QuaggaId: Format:%an, %ai, %h$ $ - * +/* * Routing table test * Copyright (C) 2012 OSR. * diff --git a/tests/test-privs.c b/tests/test-privs.c index e0118a881c..c6ccc28e7a 100644 --- a/tests/test-privs.c +++ b/tests/test-privs.c @@ -37,9 +37,9 @@ zebra_capabilities_t _caps_p [] = struct zebra_privs_t test_privs = { -#if defined(QUAGGA_USER) && defined(QUAGGA_GROUP) - .user = QUAGGA_USER, - .group = QUAGGA_GROUP, +#if defined(FRR_USER) && defined(FRR_GROUP) + .user = FRR_USER, + .group = FRR_GROUP, #endif #if defined(VTY_GROUP) .vty_group = VTY_GROUP, @@ -71,7 +71,7 @@ Daemon which does 'slow' things.\n\n\ -g, --group Group to run as\n\ -h, --help Display this help and exit\n\ \n\ -Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS); +Report bugs to %s\n", progname, FRR_BUG_ADDRESS); } exit (status); } |
