amt.sh test script will not work because it doesn't have execution permission. So, it adds execution permission.
Reported-by: Hangbin Liu liuhangbin@gmail.com Fixes: c08e8baea78e ("selftests: add amt interface selftest script") Signed-off-by: Taehee Yoo ap420073@gmail.com --- tools/testing/selftests/net/amt.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/testing/selftests/net/amt.sh
diff --git a/tools/testing/selftests/net/amt.sh b/tools/testing/selftests/net/amt.sh old mode 100644 new mode 100755
Hello:
This patch was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Wed, 5 Jan 2022 14:44:36 +0000 you wrote:
amt.sh test script will not work because it doesn't have execution permission. So, it adds execution permission.
Reported-by: Hangbin Liu liuhangbin@gmail.com Fixes: c08e8baea78e ("selftests: add amt interface selftest script") Signed-off-by: Taehee Yoo ap420073@gmail.com
[...]
Here is the summary with links: - [net] selftests: set amt.sh executable https://git.kernel.org/netdev/net/c/db54c12a3d7e
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org