X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/191fe7a34582876de01d3e62c2a6587baf59a283..064d9c633233495319bcaa66335ea3d24c0bd7a1:/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,