selftests/binderfs: Fix harness API usage
authorKees Cook <keescook@chromium.org>
Mon, 22 Jun 2020 18:16:46 +0000 (11:16 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 6 Jul 2020 21:59:16 +0000 (15:59 -0600)
commiteaa163caa4cc72c4381504562b6021a6ffbadc50
tree73def46e4550ba5ca9dddfb6d4c88671234408d0
parentce79097a8f8391fdec835d1deaa112fba4b18362
selftests/binderfs: Fix harness API usage

The binderfs test mixed the full harness API and the selftest API.
Adjust to use only the harness API so that the harness API can switch
to using the selftest API internally in future patches.

Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/filesystems/binderfs/binderfs_test.c