]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/nolibc: Return correct value when printf test fails
authorDavid Laight <david.laight.linux@gmail.com>
Mon, 2 Mar 2026 10:17:55 +0000 (10:17 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 20 Mar 2026 16:46:01 +0000 (17:46 +0100)
commitb42f02da2bf99460a7b1c5c25008f2e4a65ea4e3
tree98482a1a7a46b8a7772c2d959c905443ea981b18
parent4045e7b19bbf7338452cda11e64cfe7ae3361964
selftests/nolibc: Return correct value when printf test fails

Correctly return 1 (the number of errors) when strcmp()
fails rather than the return value from strncmp() which is the
signed difference between the mismatching characters.

Signed-off-by: David Laight <david.laight.linux@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260302101815.3043-4-david.laight.linux@gmail.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/nolibc-test.c