diff options
author | Li Zhijian <lizhijian@cn.fujitsu.com> | 2021-12-02 10:29:53 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-12-02 13:12:27 +0000 |
commit | 36d7d36fcf69e7f95068307f8bc519af31085431 (patch) | |
tree | a3e6ce413cf30e7df31d22eec50292f4baf331f0 | |
parent | d9e56d1839fa40dbaab640ec205390826bddf8ae (diff) | |
download | linux-stable-36d7d36fcf69e7f95068307f8bc519af31085431.tar.gz linux-stable-36d7d36fcf69e7f95068307f8bc519af31085431.tar.bz2 linux-stable-36d7d36fcf69e7f95068307f8bc519af31085431.zip |
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>
-rwxr-xr-x | tools/testing/selftests/net/fcnal-test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/net/fcnal-test.sh b/tools/testing/selftests/net/fcnal-test.sh index 7caa4f0e067d..128f791a5b7d 100755 --- a/tools/testing/selftests/net/fcnal-test.sh +++ b/tools/testing/selftests/net/fcnal-test.sh @@ -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 |