From: Li Zhijian Date: Thu, 2 Dec 2021 02:29:53 +0000 (+0800) Subject: selftests: net: remove meaningless help option X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=36d7d36fcf69e7f95068307f8bc519af31085431;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/net/fcnal-test.sh b/tools/testing/selftests/net/fcnal-test.sh index 7caa4f0e067d0..128f791a5b7d0 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