From: David Ahern Date: Tue, 22 Oct 2019 01:02:43 +0000 (-0600) Subject: selftests: Make l2tp.sh executable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5b9181c2403025b2c7ae7ea44333fd8fe6dbb54;p=linux.git selftests: Make l2tp.sh executable Kernel test robot reported that the l2tp.sh test script failed: # selftests: net: l2tp.sh # Warning: file l2tp.sh is not executable, correct this. Set executable bits. Fixes: e858ef1cd4bc ("selftests: Add l2tp tests") Reported-by: kernel test robot Signed-off-by: David Ahern Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/net/l2tp.sh b/tools/testing/selftests/net/l2tp.sh old mode 100644 new mode 100755