]> git.baikalelectronics.ru Git - kernel.git/commit
test_sysctl: fix sysctl.sh by making it executable
authorLuis R. Rodriguez <mcgrof@kernel.org>
Thu, 3 Aug 2017 16:57:13 +0000 (09:57 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 7 Aug 2017 21:13:36 +0000 (15:13 -0600)
commit8d4c8712915720e3543eb4a456820a5027ba4875
treecf8f6a8c813e6321d493b55f34e664f7f2379bc1
parent695990c9a0f3f85b7ec0282a093500222b5c3e46
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: ac5a878aa98037 ("test_sysctl: add generic script to expand on tests")
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/sysctl/sysctl.sh [changed mode: 0644->0755]