From f0c95f229a671b9ac217c0abb2f86f0649a41b5a Mon Sep 17 00:00:00 2001 From: Rishabh Bhatnagar Date: Thu, 30 Mar 2023 11:01:47 +0000 Subject: [PATCH] selftests: Fix the executable permissions for fib_tests.sh Commit 04a331c9dd66 reverted change 2537b637eac0 (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 Signed-off-by: Greg Kroah-Hartman --- tools/testing/selftests/net/fib_tests.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/testing/selftests/net/fib_tests.sh diff --git a/tools/testing/selftests/net/fib_tests.sh b/tools/testing/selftests/net/fib_tests.sh old mode 100644 new mode 100755