selftest: tcp: Move expected_errno into each test case in bind_wildcard.c.
authorKuniyuki Iwashima <kuniyu@amazon.com>
Mon, 11 Sep 2023 18:36:59 +0000 (11:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Sep 2023 06:18:04 +0000 (07:18 +0100)
commit2895d879dd41a588d80acde1aa832deb38d67823
tree609ecb2d71fa838089ebbf71fdbfe4f5b4ba71a0
parent0071d15517b4a3d265abc00395beb1138e7236c7
selftest: tcp: Move expected_errno into each test case in bind_wildcard.c.

This is a preparation patch for the following patch.

Let's define expected_errno in each test case so that we can add other test
cases easily.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/bind_wildcard.c