forked from Imagelibrary/rtems
This adds a test to very that remounting a completely used, but empty NOR JFFS2 filesystem is possible. Previously, this triggered an edge condition in the JFFS2 scan code that prevented remount of a correctly formed and uncorrupted filesystem.
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: fsjffs2empty01
|
|
|
|
directives:
|
|
|
|
- JFFS2 implementation
|
|
|
|
concepts:
|
|
|
|
- Ensure that the JFFS2 library can remount a filesystem where every block has been written to and all files have been deleted.
|