We should now start using _exit 0 for every new test that we add. Signed-off-by: Nirjhar Roy (IBM) <nirjhar.roy.lists@xxxxxxxxx> Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> --- new | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/new b/new index 636648e2..dff69265 100755 --- a/new +++ b/new @@ -176,8 +176,7 @@ exit #echo "If failure, check \$seqres.full (this) and \$seqres.full.ok (reference)" # success, all done -status=0 -exit +_exit 0 End-of-File sleep 2 # latency to read messages to this point -- 2.34.1