[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <921be57a1a6ada795f5df3af042c10904cd4823b.1747635261.git.nirjhar.roy.lists@gmail.com>
Date: Mon, 19 May 2025 06:16:42 +0000
From: "Nirjhar Roy (IBM)" <nirjhar.roy.lists@...il.com>
To: fstests@...r.kernel.org
Cc: linux-ext4@...r.kernel.org,
linux-xfs@...r.kernel.org,
ritesh.list@...il.com,
ojaswin@...ux.ibm.com,
djwong@...nel.org,
zlang@...nel.org,
david@...morbit.com,
nirjhar.roy.lists@...il.com
Subject: [PATCH v3 2/2] 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) <nirjhar.roy.lists@...il.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@...il.com>
Reviewed-by: Zorro Lang <zlang@...hat.com>
---
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
Powered by blists - more mailing lists