]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P
authorRicardo B. Marlière <rbm@suse.com>
Fri, 20 Mar 2026 18:29:18 +0000 (15:29 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 13 Apr 2026 17:05:39 +0000 (11:05 -0600)
commita82e076f4a0c084b2f5470db31dd9282ba3fcbb2
treebc14cb25cdc3692e24b1480c33a566e77060360a
parentdbb6153c1395a0f310411f440330efe4ee3f4d82
selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P

run_kselftest.sh only needs to canonicalize the directory containing the
script itself. Use shell-native path resolution for that by changing into
the directory and calling pwd -P.

This avoids depending on either realpath or readlink -f while still
producing a physical absolute path for BASE_DIR.

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