Commit b18491520fa3b8bbc07727c33a06801df4c796a2

Authored by Stefan Brüns
Committed by Tom Rini
1 parent 66a47ff2d8

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>

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

... ... @@ -10,13 +10,13 @@
10 10 # Expected results are as follows:
11 11 # EXT4 tests:
12 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
  13 +# fs-test.ext4.out: Summary: PASS: 23 FAIL: 0
  14 +# fs-test.fs.ext4.out: Summary: PASS: 23 FAIL: 0
15 15 # FAT tests:
16 16 # fs-test.sb.fat.out: Summary: PASS: 23 FAIL: 0
17 17 # fs-test.fat.out: Summary: PASS: 20 FAIL: 3
18 18 # fs-test.fs.fat.out: Summary: PASS: 20 FAIL: 3
19   -# Total Summary: TOTAL PASS: 114 TOTAL FAIL: 24
  19 +# Total Summary: TOTAL PASS: 132 TOTAL FAIL: 6
20 20  
21 21 # pre-requisite binaries list.
22 22 PREREQ_BINS="md5sum mkfs mount umount dd fallocate mkdir"