[PATCH sysctl-next v2] selftests/sysctl: fix wording of help messages

2025-02-21 Thread Bharadwaj Raju
Fix grammar such as "number amount of times is recommended" etc -> "the recommended number of times". Signed-off-by: Bharadwaj Raju --- tools/testing/selftests/sysctl/sysctl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/selfte

[PATCH] selftests/sysctl: fix wording of help messages

2025-02-15 Thread Bharadwaj Raju
Fix paramter -> parameter, and recomended -> recommended in sysctl.sh's help messages. Also correct grammar: "number amount of times is recommended" etc -> "the recommended number of times". Signed-off-by: Bharadwaj Raju --- tools/testing/selftests/sysctl/sy

[PATCH] selftests/landlock: add binaries to gitignore

2025-02-10 Thread Bharadwaj Raju
Building the test creates binaries 'wait-pipe' and 'sandbox-and-launch' which need to be gitignore'd. Signed-off-by: Bharadwaj Raju --- tools/testing/selftests/landlock/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/landlock/.g

[PATCH] selftests/cgroup: use bash in test_cpuset_v1_hp.sh

2025-02-04 Thread Bharadwaj Raju
The script uses non-POSIX features like `[[` for conditionals and hence does not work when run with a POSIX /bin/sh. Change the shebang to /bin/bash instead, like the other tests in cgroup. Signed-off-by: Bharadwaj Raju --- tools/testing/selftests/cgroup/test_cpuset_v1_hp.sh | 2 +- 1 file