The checks currently fail on the builders with:
> [ ERROR ] --- 0x6 != 0x3
> tests/unittests/test_lib.h:37: error: Check of parameter fd, function __wrap_close failed
> tests/unittests/libubi_test.c:25: note: Expected parameter declared here
> [ LINE ] --- tests/unittests/test_lib.h:37: error: Failure!
Disable the test suite for now until this is fixed.
The Busybox version of find allows parameters to be specified between
'{}' and '+' as argument to -exec. This however is not according to the
posix specification, and the GNU version of find doesn't accept it.
Use the coreutils version of 'mv' with the '-t' arguement to be able to
specify the filenames as last.
- No braces in variables when not required
- Opening brace of function definition on the same line
- Close quote of multiline string on the same column as data
To stay in the alpine spirit, split mtd-utils into smaller targetted
packages.
E.g. if I have raw NAND flash, I don't care about the NOR tools. And
depending on the filesystem, I may not care about ubi.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>