From: Luis R. Rodriguez Date: Thu, 3 Aug 2017 16:57:13 +0000 (-0700) Subject: test_sysctl: fix sysctl.sh by making it executable X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b0949d407431559f7c80a02f5382f5e1c77b8d1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git test_sysctl: fix sysctl.sh by making it executable We had just forogtten to do this. Without this the following test fails: $ sudo make -C tools/testing/selftests/sysctl/ run_tests make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl' /bin/sh: ./sysctl.sh: Permission denied selftests: sysctl.sh [FAIL] /home/mcgrof/linux-next/tools/testing/selftests/sysctl make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl' Fixes: 64b671204afd71 ("test_sysctl: add generic script to expand on tests") Signed-off-by: Luis R. Rodriguez Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/sysctl/sysctl.sh b/tools/testing/selftests/sysctl/sysctl.sh old mode 100644 new mode 100755