selftests/kcmp: remove call to ksft_set_plan()

The function definition for ksft_set_plan() is not present in linux-4.19.y.
kcmp_test selftest fails to compile because of this.

Fixes: 32b0469d13 ("selftests/kcmp: Make the test output consistent and clear")
Signed-off-by: Samasth Norway Ananda <samasth.norway.ananda@oracle.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Reviewed-by: Saeed Mirzamohammadi <saeed.mirzamohammadi@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Samasth Norway Ananda
2024-09-13 13:02:40 -07:00
committed by Greg Kroah-Hartman
parent 26a7159fdc
commit 1a136754b1

View File

@@ -89,7 +89,6 @@ int main(int argc, char **argv)
int ret; int ret;
ksft_print_header(); ksft_print_header();
ksft_set_plan(3);
fd2 = open(kpath, O_RDWR); fd2 = open(kpath, O_RDWR);
if (fd2 < 0) { if (fd2 < 0) {