]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: Fix the executable permissions for fib_tests.sh
authorRishabh Bhatnagar <risbhat@amazon.com>
Thu, 30 Mar 2023 11:01:47 +0000 (11:01 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 13:03:42 +0000 (15:03 +0200)
commitfb18834607be338fa2c63be1d638f9df7859aa00
treebfcd0b3607b2f271be51c0b7737d549534ed0731
parent378c32d6703b904915effe4fda817a071f4fb3a3
selftests: Fix the executable permissions for fib_tests.sh

Commit 7b6dc659d441 reverted change 29c4889f1d8f (ipv4: Fix
incorrect route flushing when source address is deleted) that
added the fib_tests.sh file back with wrong permissions.
Fix that in this commit.

Signed-off-by: Rishabh Bhatnagar <risbhat@amazon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/net/fib_tests.sh [changed mode: 0644->0755]