--- embedaddon/quagga/tests/bgp_mpath_test.c 2012/10/09 09:22:29 1.1.1.1 +++ embedaddon/quagga/tests/bgp_mpath_test.c 2013/07/21 23:54:40 1.1.1.2 @@ -378,7 +378,8 @@ global_test_init (void) master = thread_master_create (); zclient = zclient_new (); bgp_master_init (); - + bgp_option_set (BGP_OPT_NO_LISTEN); + if (fileno (stdout) >= 0) tty = isatty (fileno (stdout)); return 0;