summaryrefslogtreecommitdiff
path: root/tests/bgp_capability_test.c
diff options
context:
space:
mode:
authorPaul Jakma <paul@quagga.net>2012-06-14 10:42:39 +0100
committerPaul Jakma <paul@quagga.net>2012-06-19 13:40:22 +0100
commitc9e4f8623642fc005c97830256000bef5680aa26 (patch)
tree00a40a75d31cf30727c6dabf8066054e72092647 /tests/bgp_capability_test.c
parentcccbc0151883cfb4f43d6fa0a4a3caedc27e6cf5 (diff)
tests: BGP unit tests to set BGP_OPT_NO_LISTEN so they can run
BGP tests had been broken by auto-creation of listen socket. This allows them to run at least, though at least 1 test seems to have other breakage, aspath_test.
Diffstat (limited to 'tests/bgp_capability_test.c')
-rw-r--r--tests/bgp_capability_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bgp_capability_test.c b/tests/bgp_capability_test.c
index 83da2e48..65c6a700 100644
--- a/tests/bgp_capability_test.c
+++ b/tests/bgp_capability_test.c
@@ -618,6 +618,7 @@ main (void)
master = thread_master_create ();
bgp_master_init ();
+ bgp_option_set (BGP_OPT_NO_LISTEN);
if (fileno (stdout) >= 0)
tty = isatty (fileno (stdout));