Skip to content

Commit dbb6153

Browse files
rbmarliereshuahkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Shuah Khan <[email protected]>
1 parent 9d2dbd3 commit dbb6153

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/run_kselftest.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ else
2121
fi
2222

2323
. ./kselftest/runner.sh
24-
ROOT=$PWD
2524

2625
usage()
2726
{

0 commit comments

Comments
 (0)