lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <96ea8b7bb8dcaa397ade82611d56482d79f28598.1747123422.git.nirjhar.roy.lists@gmail.com> Date: Tue, 13 May 2025 08:10:11 +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 v1 2/3] 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> --- new | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/new b/new index 139715bf..e55830ce 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