Home
last modified time | relevance | path

Searched hist:"8 ef1ec0ca32c6f8a87f5b4c24b1db26da67c5609" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/safesetid/
H A DMakefilediff 8ef1ec0ca32c6f8a87f5b4c24b1db26da67c5609 Thu Dec 05 13:21:16 CET 2019 Masami Hiramatsu <mhiramat@kernel.org> selftests: safesetid: Fix Makefile to set correct test program

Fix Makefile to set safesetid-test.sh to TEST_PROGS instead
of non existing run_tests.sh.

Without this fix, I got following error.
----
TAP version 13
1..1
# selftests: safesetid: run_tests.sh
# Warning: file run_tests.sh is missing!
not ok 1 selftests: safesetid: run_tests.sh
----

Fixes: c67e8ec03f3f ("LSM: SafeSetID: add selftest")
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>