test/fs/fs-test.sh: Update expected results and TC10 logic
authorTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 20:48:36 +0000 (16:48 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 21:12:14 +0000 (17:12 -0400)
commite8de6d7b4ac05d0e74d7493906079f0adfb73dfb
tree88228d6fd9622f644952cc94d56e65306de88d6d
parent4c90234586833c0bb4a5d9d3f69a69c8ab09e01f
test/fs/fs-test.sh: Update expected results and TC10 logic

With the changes in 7a3e70c we now get read(2) behavior so trying to
read 2MB with 1MB left in the file results in 1MB read and a warning.
We update the test logic here to make sure we read back 1MB as expected.
This change however changes the overall summary as while EXT4 continues
to not have offset support the test now fails when expected to pass
rather than fails when expected to fail (and we report that as pass).

Signed-off-by: Tom Rini <trini@konsulko.com>
test/fs/fs-test.sh