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)
$ ./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

index 7caa4f0..128f791 100755 (executable)
@@ -4108,8 +4108,6 @@ do
        # setup namespaces and config, but do not run any tests
        setup)           setup; exit 0;;
        vrf_setup)       setup "yes"; exit 0;;
-
-       help)            echo "Test names: $TESTS"; exit 0;;
        esac
 done