From 5e3cd0e5b56e6c58cfba4d0d38fbbbed3657889d Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Fri, 11 Nov 2016 17:43:09 +0100 Subject: Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 --- nest/a-path_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nest/a-path_test.c') diff --git a/nest/a-path_test.c b/nest/a-path_test.c index 2dc46dbe..d2ca46a7 100644 --- a/nest/a-path_test.c +++ b/nest/a-path_test.c @@ -66,7 +66,7 @@ t_as_path_match(void) rfree(lp); } - return BT_SUCCESS; + return 1; } static int @@ -97,7 +97,7 @@ t_path_format(void) rfree(lp); - return BT_SUCCESS; + return 1; } static int @@ -152,7 +152,7 @@ t_path_include(void) rfree(lp); - return BT_SUCCESS; + return 1; } static int @@ -197,7 +197,7 @@ t_as_path_converting(void) "\032\0310\030\039\030\038\030\037\030\036\030\035\030\034\030\033\030\032\030\031\030\030", 22)); - return BT_SUCCESS; + return 1; } int -- cgit v1.2.3