]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/bpf/test_lirc_mode2.sh: Exit with proper code
authorHangbin Liu <liuhangbin@gmail.com>
Mon, 21 Mar 2022 02:41:49 +0000 (10:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Apr 2022 12:14:50 +0000 (14:14 +0200)
commit3c8ddd0ff87a8f6c01c9e5c23ac542ea20159cd4
tree3a2db9e53582b1117a13851c782d373b8e12074b
parent50da79f8891435b9c396787f35383174874d593b
selftests/bpf/test_lirc_mode2.sh: Exit with proper code

[ Upstream commit ec80906b0fbd7be11e3e960813b977b1ffe5f8fe ]

When test_lirc_mode2_user exec failed, the test report failed but still
exit with 0. Fix it by exiting with an error code.

Another issue is for the LIRCDEV checking. With bash -n, we need to quote
the variable, or it will always be true. So if test_lirc_mode2_user was
not run, just exit with skip code.

Fixes: 6bdd533cee9a ("bpf: add selftest for lirc_mode2 type program")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220321024149.157861-1-liuhangbin@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/bpf/test_lirc_mode2.sh