From: Nirjhar Roy (IBM) Date: Thu, 22 May 2025 05:41:35 +0000 (+0000) Subject: new: Replace "status=0; exit 0" with _exit 0 X-Git-Tag: v2025.05.25~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e41a4a04bdfd42798aba9a048027abc717c1817;p=xfstests-dev.git new: Replace "status=0; exit 0" with _exit 0 We should now start using _exit 0 for every new test that we add. Signed-off-by: Nirjhar Roy (IBM) Reviewed-by: Ritesh Harjani (IBM) Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/new b/new index a7ad7135..60ace812 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