cmd: test: pinmux: Do not check all empty spaces
authorMichal Simek <michal.simek@xilinx.com>
Mon, 7 Mar 2022 15:48:17 +0000 (16:48 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 14 Mar 2022 14:22:57 +0000 (15:22 +0100)
commit57d820da97a587a5301fbfe9536efe54bda64a63
tree1e798673e794efa4c1153b247c24abc430e04101
parenta744a284e35420077b0c838598eb24c98710412a
cmd: test: pinmux: Do not check all empty spaces

There is really no value to check empty spaces. That's why use
ut_assert_nextlinen() instead of ut_assert_nextline().
This change ensures that PINMUX_SIZE can be increased without changing
tests.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/03aecf4c67ec8d72bf2a90baf1516fc5bd300fe0.1646668094.git.michal.simek@xilinx.com
test/cmd/pinmux.c