From: Ricardo B. Marlière Date: Fri, 20 Mar 2026 18:29:16 +0000 (-0300) Subject: selftests/run_kselftest.sh: Remove unused $ROOT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb6153c1395a0f310411f440330efe4ee3f4d82;p=thirdparty%2Flinux.git selftests/run_kselftest.sh: Remove unused $ROOT Fix the following shellcheck warning: ROOT appears unused. Verify use (or export if used externally). [SC2034] Signed-off-by: Ricardo B. Marlière Link: https://lore.kernel.org/r/20260320-selftests-fixes-v1-1-79144f76be01@suse.com Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/run_kselftest.sh b/tools/testing/selftests/run_kselftest.sh index 3ffd03f1334d..ec79160b8d8b 100755 --- a/tools/testing/selftests/run_kselftest.sh +++ b/tools/testing/selftests/run_kselftest.sh @@ -21,7 +21,6 @@ else fi . ./kselftest/runner.sh -ROOT=$PWD usage() {