test/py: mmc: Fix 'mmc info' testcase
authorHarald Seiler <hws@denx.de>
Thu, 26 Mar 2020 17:07:27 +0000 (18:07 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 27 Mar 2020 19:42:04 +0000 (15:42 -0400)
commit6748a1f2a3e59a867a55487916167c4a676a884e
tree63e97b5c6c3fa791c03920fb89e68cc2a6966cb4
parent39984d22138339fb2b14b21de635ef177cce0c7a
test/py: mmc: Fix 'mmc info' testcase

Commit 41e30dcf8796 ("cmd: mmc: Make Mode: printout consistent") fixed
the layout of `mmc info` output.  Reflect this change in the respective
testcase.

Also fix a typo in the documentation.

Fixes: 41e30dcf8796 ("cmd: mmc: Make Mode: printout consistent")
Signed-off-by: Harald Seiler <hws@denx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_mmc_rd.py