test: correct the test prefix in ut str
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 19 Nov 2020 09:08:43 +0000 (10:08 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 16 Jan 2021 19:49:09 +0000 (14:49 -0500)
commit76fde138832c82d87db0a29f62379bdcf21a5442
tree7a30b1bf5cf93bfa6443df6e7344683b2c8b65c3
parent353df8d3c3ca876704d54a9d2cb94970197ad62f
test: correct the test prefix in ut str

Align the prefix used in cmd_ut_category function and name of tests
for ut str.
This patch solves the issues detected by "make qcheck" after previous
patch.

Fixes: fdc79a6b125d ("lib: Add a function to convert a string to upper case")
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/str_ut.c