selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
authorMartin KaFai Lau <martin.lau@kernel.org>
Mon, 7 Nov 2022 23:04:19 +0000 (15:04 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 11 Nov 2022 21:18:23 +0000 (13:18 -0800)
commit52929912d7bda040b43538e8d88e8d231b76eb4e
treea5f6dd80f986bf53668031b731f2339b632c165e
parent9bb053490f1a5a0914eb9f7b4116a0e4a95d4f8e
selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test

This patch fixes the incorrect ASSERT test in tcp_hdr_options during
the CHECK to ASSERT macro cleanup.

Fixes: 3082f8cd4ba3 ("selftests/bpf: Convert tcp_hdr_options test to ASSERT_* macros")
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Wang Yufen <wangyufen@huawei.com>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20221107230420.4192307-3-martin.lau@linux.dev
tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c