Re: [PATCH] selftests/run_kselftest.sh: Use readlink if realpath is not available

2025-05-06 Thread Yosry Ahmed
On Fri, Mar 28, 2025 at 02:05:43PM -0600, Shuah Khan wrote: > On 3/18/25 10:05, Yosry Ahmed wrote: > > 'realpath' is not always available, fallback to 'readlink -f' if is not > > available. They seem to work equally well in this context. > > Can you add more specifics on "realpath" is not always

Re: [PATCH] selftests/run_kselftest.sh: Use readlink if realpath is not available

2025-03-29 Thread Yosry Ahmed
March 28, 2025 at 10:05 PM, "Shuah Khan" wrote: > > On 3/18/25 10:05, Yosry Ahmed wrote: > > > 'realpath' is not always available, fallback to 'readlink -f' if is not > > available. They seem to work equally well in this context. > > Can you add more specifics on "realpath" is not always avail

Re: [PATCH] selftests/run_kselftest.sh: Use readlink if realpath is not available

2025-03-28 Thread Shuah Khan
On 3/18/25 10:05, Yosry Ahmed wrote: 'realpath' is not always available, fallback to 'readlink -f' if is not available. They seem to work equally well in this context. Can you add more specifics on "realpath" is not always available," No issues with the patch itself. I would like to know the