Commit 36d7d36f authored by Li Zhijian's avatar Li Zhijian Committed by David S. Miller
Browse files

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: default avatarLi Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9e56d18
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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