Commit df9e4cdabbb9ea2a1a1686d58bc389cb028a41f0

Authored by Tom Rini
1 parent b4976b49a0

fs-test.sh: Update expected results

Thanks to Stefan Brüns we have more tests and a few more passes too,
update the expected output now.

Cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff

... ... @@ -9,14 +9,14 @@
9 9 # It currently tests the fs/sb and native commands for ext4 and fat partitions
10 10 # Expected results are as follows:
11 11 # EXT4 tests:
12   -# fs-test.sb.ext4.out: Summary: PASS: 17 FAIL: 2
13   -# fs-test.ext4.out: Summary: PASS: 10 FAIL: 9
14   -# fs-test.fs.ext4.out: Summary: PASS: 10 FAIL: 9
  12 +# fs-test.sb.ext4.out: Summary: PASS: 23 FAIL: 0
  13 +# fs-test.ext4.out: Summary: PASS: 14 FAIL: 9
  14 +# fs-test.fs.ext4.out: Summary: PASS: 14 FAIL: 9
15 15 # FAT tests:
16   -# fs-test.sb.fat.out: Summary: PASS: 17 FAIL: 2
17   -# fs-test.fat.out: Summary: PASS: 19 FAIL: 0
18   -# fs-test.fs.fat.out: Summary: PASS: 19 FAIL: 0
19   -# Total Summary: TOTAL PASS: 92 TOTAL FAIL: 22
  16 +# fs-test.sb.fat.out: Summary: PASS: 23 FAIL: 0
  17 +# fs-test.fat.out: Summary: PASS: 20 FAIL: 3
  18 +# fs-test.fs.fat.out: Summary: PASS: 20 FAIL: 3
  19 +# Total Summary: TOTAL PASS: 114 TOTAL FAIL: 24
20 20  
21 21 # pre-requisite binaries list.
22 22 PREREQ_BINS="md5sum mkfs mount umount dd fallocate mkdir"