selftests: net: Correct case name
authorLi Zhijian <lizhijian@cn.fujitsu.com>
Thu, 2 Dec 2021 02:28:41 +0000 (10:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Dec 2021 08:03:24 +0000 (09:03 +0100)
commita0335cda6d921462af0c6d9d33103cada4862523
treec250cf2ae6dfa87dbe1455a0906a1ef47455ad0f
parentf1d43efa59f1edd3e7eca0e94559b4c6b1cd4e2b
selftests: net: Correct case name

commit a05431b22be819d75db72ca3d44381d18a37b092 upstream.

ipv6_addr_bind/ipv4_addr_bind are function names. Previously, bind test
would not be run by default due to the wrong case names

Fixes: 34d0302ab861 ("selftests: Add ipv6 address bind tests to fcnal-test")
Fixes: 75b2b2b3db4c ("selftests: Add ipv4 address bind tests to fcnal-test")
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/net/fcnal-test.sh