Re: [PATCH 0/2] selftests: Fix runner.sh breakage

From: Shuah Khan

Date: Thu Apr 16 2026 - 17:14:52 EST


On 4/16/26 13:03, Mark Brown wrote:
Commit 2964f6b816c2 ("selftests: Use ktap helpers for runner.sh")
introduced several regressions by introducing dependencies on bash and
GNU coreutils breaking testing on Debian based systems. Roll these
changes back.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
Mark Brown (2):
selftests: Fix runner.sh busybox support
selftests: Fix runner.sh for non-bash shells

tools/testing/selftests/kselftest/runner.sh | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
---
base-commit: 2964f6b816c25ee094df4a143eb5b8828910045f
change-id: 20260416-selftest-fix-readlink-e-da604f02686b

Best regards,
--
Mark Brown <broonie@xxxxxxxxxx>


Thank you. I applied these two patches to linux-kselftest next and will send pr tomorrow.

thanks,
-- Shuah