diff options
author | Luis R. Rodriguez <mcgrof@kernel.org> | 2017-08-03 09:57:12 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-08-07 15:13:11 -0600 |
commit | 0a9c40cea70d3f2dfa401bc259b318cd9aec8613 (patch) | |
tree | 5ee6ce201cdb11235452d5fee788667e8bc9ef58 /tools/testing/selftests | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-0a9c40cea70d3f2dfa401bc259b318cd9aec8613.tar.bz2 |
test_kmod: fix kmod.sh by making it executable
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>
Diffstat (limited to 'tools/testing/selftests')
-rwxr-xr-x[-rw-r--r--] | tools/testing/selftests/kmod/kmod.sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh index 8cecae9a8bca..8cecae9a8bca 100644..100755 --- a/tools/testing/selftests/kmod/kmod.sh +++ b/tools/testing/selftests/kmod/kmod.sh |