]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests/run_kselftest.sh: Remove unused $ROOT
authorRicardo B. Marlière <rbm@suse.com>
Fri, 20 Mar 2026 18:29:16 +0000 (15:29 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 31 Mar 2026 22:31:07 +0000 (16:31 -0600)
Fix the following shellcheck warning:

ROOT appears unused. Verify use (or export if used externally). [SC2034]

Signed-off-by: Ricardo B. Marlière <rbm@suse.com>
Link: https://lore.kernel.org/r/20260320-selftests-fixes-v1-1-79144f76be01@suse.com
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/run_kselftest.sh

index 3ffd03f1334d9519dcdd66c39424381ce8575d2e..ec79160b8d8b73ef7dd4bd2dc0d5215b508e2ee6 100755 (executable)
@@ -21,7 +21,6 @@ else
 fi
 
 . ./kselftest/runner.sh
-ROOT=$PWD
 
 usage()
 {