selftests: net: remove meaningless help option
authorLi Zhijian <lizhijian@cn.fujitsu.com>
Thu, 2 Dec 2021 02:29:53 +0000 (10:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Dec 2021 13:12:27 +0000 (13:12 +0000)
commit36d7d36fcf69e7f95068307f8bc519af31085431
treea3e6ce413cf30e7df31d22eec50292f4baf331f0
parentd9e56d1839fa40dbaab640ec205390826bddf8ae
selftests: net: remove meaningless help option

$ ./fcnal-test.sh -t help
Test names: help

Looks it intent to list the available tests but it didn't do the right
thing. I will add another option the do that in the later patch.

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/fcnal-test.sh