X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fwormhole_static_test.c;h=cbca81d86ea542a9376e7e1fd473770c326df1e9;hb=11838bcf76f3614384459cb56e2ce80dea788cef;hp=9d5fd5894aac0ddbec99e260f4f0b6b10554795d;hpb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;p=ric-plt%2Flib%2Frmr.git diff --git a/test/wormhole_static_test.c b/test/wormhole_static_test.c index 9d5fd58..cbca81d 100644 --- a/test/wormhole_static_test.c +++ b/test/wormhole_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. @@ -218,5 +218,5 @@ static int worm_test( ) { free( ctx ); } - return !!errors; // 1 or 0 regardless of count + return errors; }