]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
test_kmod: fix kmod.sh by making it executable
authorLuis R. Rodriguez <mcgrof@kernel.org>
Thu, 3 Aug 2017 16:57:12 +0000 (09:57 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 7 Aug 2017 21:13:11 +0000 (15:13 -0600)
We had just forgotten to do this. Without this if we run the
following we get a permission denied:

sudo make -C tools/testing/selftests/kmod/ run_tests
make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/kmod'
/bin/sh: ./kmod.sh: Permission denied
selftests:  kmod.sh [FAIL]
/home/mcgrof/linux-next/tools/testing/selftests/kmod
make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/kmod

Fixes: 39258f448d71 ("kmod: add test driver to stress test the module loader")
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/kmod/kmod.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)