X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/tests/aspath_test.c diff --git a/tests/aspath_test.c b/tests/aspath_test.c index 5a0899e..d970211 100644 --- a/tests/aspath_test.c +++ b/tests/aspath_test.c @@ -1037,7 +1037,7 @@ validate (struct aspath *as, const struct test_spec *sp) fails++; printf ("firstas: %d, got %d\n", sp->first, aspath_firstas_check (as,sp->first)); - printf ("loop does: %d %d, doesnt: %d %d\n", + printf ("loop does: %d %d, doesn't: %d %d\n", sp->does_loop, aspath_loop_check (as, sp->does_loop), sp->doesnt_loop, aspath_loop_check (as, sp->doesnt_loop)); printf ("private check: %d %d\n", sp->private_as,