[PATCH 1/1 V2] Selftests: net: Set executable bit for shell script
From: David Hunter
Date: Sat Aug 24 2024 - 10:38:55 EST
Turn on the execution bit for the shell script file. The test is skipped
when downloaded from the linux_mainline source files.
Signed-off-by: David Hunter <david.hunter.linux@xxxxxxxxx>
---
V1 --> V2
- Split the patch into two separate patches (one for each issue)
- Included subject prefixes
---
tools/testing/selftests/net/test_ingress_egress_chaining.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/net/test_ingress_egress_chaining.sh
diff --git a/tools/testing/selftests/net/test_ingress_egress_chaining.sh b/tools/testing/selftests/net/test_ingress_egress_chaining.sh
old mode 100644
new mode 100755
--
2.43.0