selftests: safesetid: Fix Makefile to set correct test program
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 5 Dec 2019 12:21:16 +0000 (21:21 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 9 Dec 2019 17:53:04 +0000 (10:53 -0700)
commit8ef1ec0ca32c6f8a87f5b4c24b1db26da67c5609
tree9d9d4f4401ad2697d8b11d01225995ca5a89422d
parent295c4e21cf27ac9af542140e3e797df9e0cf7b5f
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>
tools/testing/selftests/safesetid/Makefile