From: Benjamin Poirier Date: Wed, 10 Jan 2024 14:14:36 +0000 (-0500) Subject: selftests: forwarding: Remove executable bits from lib.sh X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49078c1b80b6f7e214ff60cf6f44750b33019cad;p=linux.git selftests: forwarding: Remove executable bits from lib.sh The lib.sh script is meant to be sourced from other scripts, not executed directly. Therefore, remove the executable bits from lib.sh's permissions. Fixes: fe32dffdcd33 ("selftests: forwarding: add TCPDUMP_EXTRA_FLAGS to lib.sh") Tested-by: Hangbin Liu Reviewed-by: Hangbin Liu Reviewed-by: Vladimir Oltean Signed-off-by: Benjamin Poirier Reviewed-by: Przemek Kitszel Signed-off-by: Paolo Abeni --- diff --git a/tools/testing/selftests/net/forwarding/lib.sh b/tools/testing/selftests/net/forwarding/lib.sh old mode 100755 new mode 100644