commit | 714804bbabca1a6a2080b55df18c89b0964a57e9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Aug 22 19:37:56 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 22 19:37:56 2016 -0400 |
tree | 91da0f38f038dc88d266c3ab6a7289cb247d38f8 | |
parent | e428420f9cc04d160d500c6477d9fd37762ef2d6 [diff] |
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>