X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nng_api_static_test.c;h=b7cc5eba202ff77a47aae73498c4687c593d7446;hb=11838bcf76f3614384459cb56e2ce80dea788cef;hp=6588907ba8fb8e1bc166631de032b38e1bc107d7;hpb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nng_api_static_test.c b/test/rmr_nng_api_static_test.c index 6588907..b7cc5eb 100644 --- a/test/rmr_nng_api_static_test.c +++ b/test/rmr_nng_api_static_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. @@ -463,5 +463,5 @@ static int rmr_api_test( ) { if( ! errors ) { fprintf( stderr, " all RMr API tests pass\n" ); } - return !!errors; + return errors; }