X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmbuf_api_test.c;h=bbace5104ee264c26fb9f13052822e3f86dbf14d;hb=refs%2Ftags%2F4.8.5;hp=75d8445ccdc726e96d7c8d4960ec5a7ccb02fc01;hpb=fcea3951d44de0cc55d33c5e114487abe79d3406;p=ric-plt%2Flib%2Frmr.git diff --git a/test/mbuf_api_test.c b/test/mbuf_api_test.c index 75d8445..bbace51 100644 --- a/test/mbuf_api_test.c +++ b/test/mbuf_api_test.c @@ -1,8 +1,8 @@ // : vi ts=4 sw=4 noet : /* ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019-2021 Nokia + Copyright (c) 2018-2021 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -108,5 +108,5 @@ int main( ) { fprintf( stderr, " mbuf_api tests pass\n" ); } - return errors; + return !! errors; }