fs-test.sh: Correct check_md5() test with newlines
authorTom Rini <trini@konsulko.com>
Mon, 22 Aug 2016 23:37:56 +0000 (19:37 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 22 Aug 2016 23:37:56 +0000 (19:37 -0400)
commit10ba92f69ef6cb15da5e2bc35c67975a7a9ba0ef
tree91da0f38f038dc88d266c3ab6a7289cb247d38f8
parentc98b171e1098f94b2ff7720c45a25a602882f876
fs-test.sh: Correct check_md5() test with newlines

The fs-test.sh script expected there to be a \n\r style newline at the
end of the output. This is no longer the case, so use 'tr' to remove the
\r that we get.

Fixes: (c5917b4b054d "dm: serial-uclass: Move a carriage return before a
        line feed")
Signed-off-by: Tom Rini <trini@konsulko.com>
test/fs/fs-test.sh