Skip to content

Commit

Permalink
test_kmod: fix kmod.sh by making it executable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mcgrof authored and Shuah Khan committed Aug 7, 2017
1 parent 5771a8c commit 0a9c40c
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified tools/testing/selftests/kmod/kmod.sh
100644 → 100755
Empty file.

0 comments on commit 0a9c40c

Please sign in to comment.