diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-10-02 13:22:43 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-10-02 13:22:43 +0000 |
| commit | a733ea831a00d4c0ee4b67824c9ac4e5ba82be08 (patch) | |
| tree | e52581d9d0b562c274636d6b3aa02f420605866c | |
| parent | 3b9d89e1c90fd3b2667c07d5a0bfd300bf635bb3 (diff) | |
tests/netinet: add a few missing atf_checks in multicast.sh
| -rwxr-xr-x | tests/sys/netinet/multicast.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/netinet/multicast.sh b/tests/sys/netinet/multicast.sh index 2ce6be68e44d..a3854fd2fd20 100755 --- a/tests/sys/netinet/multicast.sh +++ b/tests/sys/netinet/multicast.sh @@ -105,6 +105,7 @@ IP_ADD_MEMBERSHIP_ip_mreqn_body() jexec mjail1 $(atf_get_srcdir)/multicast-send \ 0.0.0.0 6676 233.252.0.1 6676 ${epair2}a hello atf_check -s exit:0 sh -c "wait $pid; exit $?" + atf_check -s exit:0 -o inline:"192.0.3.1:6676 hello\n" cat out } IP_ADD_MEMBERSHIP_ip_mreqn_cleanup() { @@ -138,6 +139,7 @@ MCAST_JOIN_GROUP_body() jexec mjail1 $(atf_get_srcdir)/multicast-send \ 0.0.0.0 6676 233.252.0.1 6676 ${epair2}a hello atf_check -s exit:0 sh -c "wait $pid; exit $?" + atf_check -s exit:0 -o inline:"192.0.3.1:6676 hello\n" cat out } MCAST_JOIN_GROUP_cleanup() { |
