]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: netfilter: fix exit value for nft_concat_range
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 9 Feb 2022 08:25:51 +0000 (16:25 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 9 Feb 2022 10:07:06 +0000 (11:07 +0100)
commit5ccdab2a73d89fdbceb68e2ae5e7479c6c677451
treecf632f7a89e2245d4fb9c5ee04b9d85929174707
parent8824b1f29f1d4fcc55cb83a696475103891d12ba
selftests: netfilter: fix exit value for nft_concat_range

When the nft_concat_range test failed, it exit 1 in the code
specifically.

But when part of, or all of the test passed, it will failed the
[ ${passed} -eq 0 ] check and thus exit with 1, which is the same
exit value with failure result. Fix it by exit 0 when passed is not 0.

Fixes: 2a315bb252e0 ("selftests: netfilter: Introduce tests for sets with range concatenation")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tools/testing/selftests/netfilter/nft_concat_range.sh