Skip to content

Commit

Permalink
acct01: NULL terminate .needs_kconfigs
Browse files Browse the repository at this point in the history
Fixes: 6fe8aa1 ("fix make check warning: using .needs_kconfigs instead
of ENOSYS")

Signed-off-by: Avinesh Kumar <[email protected]>
Reviewed-by: Andrea Cervesato <[email protected]>
  • Loading branch information
Avinesh authored and acerv committed Jan 17, 2025
1 parent 426d78f commit eabad6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcases/kernel/syscalls/acct/acct01.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,6 @@ static struct tst_test test = {
},
.needs_kconfigs = (const char *[]) {
"CONFIG_BSD_PROCESS_ACCT=y",
NULL,
}
};

0 comments on commit eabad6e

Please sign in to comment.