diff options
author | Paul Jakma <paul@quagga.net> | 2012-05-02 12:01:01 +0200 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-05-02 12:02:10 +0200 |
commit | 6ebeebb50610cc86d16e56bc1a33d63340094215 (patch) | |
tree | 77c1f0d9d199a96c6d7ccba19922e5170682e87c /tests | |
parent | release: 0.99.21 (diff) | |
download | frr-6ebeebb50610cc86d16e56bc1a33d63340094215.tar.xz frr-6ebeebb50610cc86d16e56bc1a33d63340094215.zip |
Revert "tests: disable broken tests/bgp_mp_attr_test.c"
This reverts commit d78e2b8b562f8496aaf2977f7371415b71e82433. Next 2
commits fix it.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bgp_mp_attr_test.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/bgp_mp_attr_test.c b/tests/bgp_mp_attr_test.c index cf0b2b1c5..9cbe9f224 100644 --- a/tests/bgp_mp_attr_test.c +++ b/tests/bgp_mp_attr_test.c @@ -1,8 +1,3 @@ -/* this testcase is currently broken - * -- 2012-05-01 David Lamparter <equinox@diac24.net> - */ -int main() { return 0; } - #include <zebra.h> #include "vty.h" @@ -29,7 +24,6 @@ int main() { return 0; } struct zebra_privs_t *bgpd_privs = NULL; struct thread_master *master = NULL; -#if 0 static int failed = 0; static int tty = 0; @@ -539,4 +533,3 @@ main (void) printf ("failures: %d\n", failed); return failed; } -#endif /* #if 0 */ |