]> Git Repo - linux.git/commit
selftests: forwarding: Remove executable bits from lib.sh
authorBenjamin Poirier <[email protected]>
Wed, 10 Jan 2024 14:14:36 +0000 (09:14 -0500)
committerPaolo Abeni <[email protected]>
Tue, 16 Jan 2024 08:06:15 +0000 (09:06 +0100)
commit49078c1b80b6f7e214ff60cf6f44750b33019cad
tree0081f45cbdd5b73717b97a7a80b4850b4c940c50
parentc2518da8e6b0e248cfff1d4b6682e14020bd4d3f
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 <[email protected]>
Reviewed-by: Hangbin Liu <[email protected]>
Reviewed-by: Vladimir Oltean <[email protected]>
Signed-off-by: Benjamin Poirier <[email protected]>
Reviewed-by: Przemek Kitszel <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
tools/testing/selftests/net/forwarding/lib.sh [changed mode: 0755->0644]
This page took 0.052178 seconds and 4 git commands to generate.