test: fix typo in cmd_ut_category() description
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 27 Aug 2018 20:04:10 +0000 (22:04 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 31 Aug 2018 15:59:44 +0000 (11:59 -0400)
commit4b0a2d3aabeba4df186113ef0c5edc25cec6001b
tree02cb46aab47775bae7cc2d254e29ba00b2f30ad4
parenta81f663ff77f2e9c5938e9f1514807b8f96c93cd
test: fix typo in cmd_ut_category() description

argc = 1: all tests are run
argc > 1: only argv[1] is run

So we need argc >= 1.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/test/suites.h