diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2016-11-06 01:32:15 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-21 14:07:28 -0500 |
commit | b18491520fa3b8bbc07727c33a06801df4c796a2 (patch) | |
tree | 9b604f610b21c4f7fccc04a9d66466bfc59fc7a4 /test | |
parent | 66a47ff2d8f037e1e9d641623257894a9975c325 (diff) | |
download | u-boot-midas-b18491520fa3b8bbc07727c33a06801df4c796a2.tar.gz u-boot-midas-b18491520fa3b8bbc07727c33a06801df4c796a2.tar.bz2 u-boot-midas-b18491520fa3b8bbc07727c33a06801df4c796a2.zip |
fs-test.sh: Update expected results
After the latest changes, ext4 no longer has any fails.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'test')
-rwxr-xr-x | test/fs/fs-test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index 6e71b61ce9..b19486419e 100755 --- a/test/fs/fs-test.sh +++ b/test/fs/fs-test.sh @@ -10,13 +10,13 @@ # Expected results are as follows: # EXT4 tests: # fs-test.sb.ext4.out: Summary: PASS: 23 FAIL: 0 -# fs-test.ext4.out: Summary: PASS: 14 FAIL: 9 -# fs-test.fs.ext4.out: Summary: PASS: 14 FAIL: 9 +# fs-test.ext4.out: Summary: PASS: 23 FAIL: 0 +# fs-test.fs.ext4.out: Summary: PASS: 23 FAIL: 0 # FAT tests: # fs-test.sb.fat.out: Summary: PASS: 23 FAIL: 0 # fs-test.fat.out: Summary: PASS: 20 FAIL: 3 # fs-test.fs.fat.out: Summary: PASS: 20 FAIL: 3 -# Total Summary: TOTAL PASS: 114 TOTAL FAIL: 24 +# Total Summary: TOTAL PASS: 132 TOTAL FAIL: 6 # pre-requisite binaries list. PREREQ_BINS="md5sum mkfs mount umount dd fallocate mkdir" |