3b6e46ecbf97f61bb8c51fa4f62dab32941fd30f
[yaffs2.git] / direct / timothy_tests / mkdir_with_slash_error / README.txt
1 Yaffs bug
2
3 Yaffs' mkdir function will not work if the path ends in a slash.
4 i.e. /yaffs2/new_dir/
5 This bug is known and is not likely to be fixed. 
6 To get around this bug remove the slash on the end.
7 i.e. /yaffs2/new_dir
8
9 Running the program with any seed will work.
10 ./yaffs_tester
11
12